summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/csnd_snd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/csnd_snd.h')
-rw-r--r--src/core/hle/service/csnd_snd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/csnd_snd.h b/src/core/hle/service/csnd_snd.h
index e861f3327..a146d116b 100644
--- a/src/core/hle/service/csnd_snd.h
+++ b/src/core/hle/service/csnd_snd.h
@@ -25,7 +25,7 @@ struct Type0Command {
u32 command_id;
u32 finished;
u32 flags;
- u8 parameters[20];
+ u8 parameters[20];
};
void Initialize(Service::Interface* self);