Преглед изворни кода

Drop stray semicolon.

--
Signed-off-by: Justus Winter <justus@g10code.com>
Justus Winter пре 10 година
родитељ
комит
bff0ac0152
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/debug.c

+ 1 - 1
src/debug.c

@@ -89,7 +89,7 @@ _scute_debug_init (void)
   if (!initialized)
     {
       char *e;
-      const char *s1, *s2;;
+      const char *s1, *s2;
       FILE *stream;
 
       e = getenv ("SCUTE_DEBUG");