summaryrefslogtreecommitdiff
path: root/silk/dred_coding.h
diff options
context:
space:
mode:
Diffstat (limited to 'silk/dred_coding.h')
-rw-r--r--silk/dred_coding.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/silk/dred_coding.h b/silk/dred_coding.h
index 9f8c9c63..a36f93d9 100644
--- a/silk/dred_coding.h
+++ b/silk/dred_coding.h
@@ -25,8 +25,8 @@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _DRED_CODING_H
-#define _DRED_CODING_H
+#ifndef DRED_CODING_H
+#define DRED_CODING_H
#include "opus_types.h"
#include "entcode.h"
@@ -39,4 +39,4 @@ void dred_decode_state(ec_enc *dec, float *x);
void dred_decode_latents(ec_dec *dec, float *x, const opus_uint16 *scale, const opus_uint16 *r, const opus_uint16 *p0);
-#endif \ No newline at end of file
+#endif