diff options
-rw-r--r-- | sound/fmopl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/fmopl.h b/sound/fmopl.h index cc2f967f25..890a2d1a56 100644 --- a/sound/fmopl.h +++ b/sound/fmopl.h @@ -167,7 +167,7 @@ int OPLTimerOver(FM_OPL *OPL, int c); void OPLWriteReg(FM_OPL *OPL, int r, int v); void YM3812UpdateOne(FM_OPL *OPL, int16 *buffer, int length); -#endif - // Factory method FM_OPL *makeAdlibOPL(int rate); + +#endif |