dsd2pcm/noiseshape: fix typo in C++ check

This commit is contained in:
Max Kellermann 2011-10-03 12:17:21 +02:00
parent 8a7b9d9f45
commit 0458211ebc

View File

@ -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