소스 검색

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");