dsd2pcm/noiseshape: fix typo in C++ check
This commit is contained in:
parent
8a7b9d9f45
commit
0458211ebc
@ -1,7 +1,7 @@
|
|||||||
#ifndef NOISE_SHAPE_H_INCLUDED
|
#ifndef NOISE_SHAPE_H_INCLUDED
|
||||||
#define NOISE_SHAPE_H_INCLUDED
|
#define NOISE_SHAPE_H_INCLUDED
|
||||||
|
|
||||||
#ifdef __cpluspluc
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -49,7 +49,7 @@ extern float noise_shape_get(
|
|||||||
extern void noise_shape_update(
|
extern void noise_shape_update(
|
||||||
noise_shape_ctx *ctx, float qerror);
|
noise_shape_ctx *ctx, float qerror);
|
||||||
|
|
||||||
#ifdef __cpluspluc
|
#ifdef __cplusplus
|
||||||
} /* extern "C" */
|
} /* extern "C" */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user