1
0
Fork 0
mirror of https://github.com/ErikAndren/cue2pops-mac.git synced 2025-04-19 15:38:04 +02:00

Remove double semicolon

This commit is contained in:
Erik Andrén Zachrisson 2015-11-02 21:44:25 +01:00
parent f1b687cea8
commit 9db425f111

View file

@ -2,7 +2,6 @@
Last modified : 2013/05/16
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@ -24,7 +23,7 @@ int trainer = 0; // User command status (trainer)
int fix_CDRWIN = 0; // Special CDRWIN pregap injection status
int sector_count; // Calculated number of sectors
int pregap_count = 0;; // Number of "PREGAP" occurrences in the cue
int pregap_count = 0; // Number of "PREGAP" occurrences in the cue
int postgap_count = 0; // Number of "POSTGAP" occurrences in the cue
int gap_more = 0; // User command status (gap++)
int gap_less = 0; // User command status (gap--)