aboutsummaryrefslogtreecommitdiff
path: root/sound/fmopl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/fmopl.h')
-rw-r--r--sound/fmopl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/fmopl.h b/sound/fmopl.h
index 69906c05de..7abba50188 100644
--- a/sound/fmopl.h
+++ b/sound/fmopl.h
@@ -174,7 +174,7 @@ void YM3812UpdateOne(FM_OPL *OPL, int16 *buffer, int length);
*
* !You should not write any new code using the legacy API!
*/
-FM_OPL *makeAdlibOPL(int rate);
+FM_OPL *makeAdLibOPL(int rate);
#endif