Commit 0458211e authored by Max Kellermann's avatar Max Kellermann

dsd2pcm/noiseshape: fix typo in C++ check

parent 8a7b9d9f
#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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment