From 9db425f111e79078d3edf4a1a115df0dccfb9f28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Andr=C3=A9n=20Zachrisson?= Date: Mon, 2 Nov 2015 21:44:25 +0100 Subject: [PATCH] Remove double semicolon --- cue2pops.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cue2pops.c b/cue2pops.c index 0569727..06f1ac7 100644 --- a/cue2pops.c +++ b/cue2pops.c @@ -2,7 +2,6 @@ Last modified : 2013/05/16 */ - #include #include #include @@ -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--)