浏览代码

Drop stray semicolon.

--
Signed-off-by: Justus Winter <justus@g10code.com>
Justus Winter 9 年之前
父节点
当前提交
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");