]> Pileus Git - ~andy/linux/blobdiff - sound/drivers/opl3/opl3_midi.c
sound: Remove unnecessary semicolon
[~andy/linux] / sound / drivers / opl3 / opl3_midi.c
index 2bfe4bcb7a7dd8b4b667895e9a96012197207230..0c796bcbc0a36947453b8a3632daae48d5b24abc 100644 (file)
@@ -163,7 +163,7 @@ static int opl3_get_voice(struct snd_opl3 *opl3, int instr_4op,
        struct best *bp;
 
        for (i = 0; i < END; i++) {
-               best[i].time = (unsigned int)(-1); /* XXX MAX_?INT really */;
+               best[i].time = (unsigned int)(-1); /* XXX MAX_?INT really */
                best[i].voice = -1;
        }