Package: cdebconf
Version: 0.65
Severity: normal

gcc gets in trouble with extra ';'

the attached patch fixes that.

-- System Information:
Debian Release: 3.0
Architecture: i386 (i686)
Kernel: Linux 2.4.23-praksys
Locale: LANG=C, LC_CTYPE=C
diff -ruN cdebconf-old/src/modules/frontend/newt/newt.c cdebconf/src/modules/frontend/newt/newt.c
--- cdebconf-old/src/modules/frontend/newt/newt.c	Tue May  4 22:55:26 2004
+++ cdebconf/src/modules/frontend/newt/newt.c	Tue Jun  1 00:08:45 2004
@@ -270,7 +270,7 @@
     // buttons
     int extra = 3;
     int format_note = 0;
-    char *full_description;;
+    char *full_description;
     int ret;
 #ifdef HAVE_LIBTEXTWRAP
     int flags = 0;

Reply via email to