From 78b32e05a8e3c221279ba40c8f19d762420be8a6 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 14 Aug 2017 08:06:11 +0200 Subject: C++ comments need to become C --- source/soundux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/soundux.h') diff --git a/source/soundux.h b/source/soundux.h index acf4664..a3b4bbc 100644 --- a/source/soundux.h +++ b/source/soundux.h @@ -44,7 +44,7 @@ typedef struct { int32_t playback_rate; int32_t noise_gen; - uint32_t freqbase; // notaz + uint32_t freqbase; /* notaz */ bool mute_sound; } SoundStatus; -- cgit v1.2.3