Browse Source

Drop stray semicolon.

--
Signed-off-by: Justus Winter <justus@g10code.com>
Justus Winter 9 years ago
parent
commit
bff0ac0152
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/debug.c

+ 1 - 1
src/debug.c

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