aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wopl/wopl_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wopl/wopl_file.h b/src/wopl/wopl_file.h
index 6bc4fa9..fa270b6 100644
--- a/src/wopl/wopl_file.h
+++ b/src/wopl/wopl_file.h
@@ -88,7 +88,7 @@ typedef enum WOPL_RhythmMode
/* RythmMode: Cymbell */
WOPL_RM_Cymbal = 0x20,
/* RythmMode: HiHat */
- WOPL_RM_HiHat = 0x28,
+ WOPL_RM_HiHat = 0x28
} WOPL_RhythmMode;
/* DEPRECATED: It has typo. Don't use it! */