diff options
-rw-r--r-- | src/dsd2pcm/noiseshape.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dsd2pcm/noiseshape.h b/src/dsd2pcm/noiseshape.h index bb6b5bf5d..6075f0d88 100644 --- a/src/dsd2pcm/noiseshape.h +++ b/src/dsd2pcm/noiseshape.h @@ -1,7 +1,7 @@ #ifndef NOISE_SHAPE_H_INCLUDED #define NOISE_SHAPE_H_INCLUDED -#ifdef __cpluspluc +#ifdef __cplusplus extern "C" { #endif @@ -49,7 +49,7 @@ extern float noise_shape_get( extern void noise_shape_update( noise_shape_ctx *ctx, float qerror); -#ifdef __cpluspluc +#ifdef __cplusplus } /* extern "C" */ #endif |