]> git.pld-linux.org Git - packages/dict-misc.git/blame - dict-misc-gcc.patch
- deprecated use of label at end of compound statement
[packages/dict-misc.git] / dict-misc-gcc.patch
CommitLineData
c08e5b44 1diff -Nur dict-misc-1.5.orig/dictfmt.c dict-misc-1.5.chng/dictfmt.c
2--- dict-misc-1.5.orig/dictfmt.c 1998-07-06 03:33:40.000000000 +0200
3+++ dict-misc-1.5.chng/dictfmt.c 2007-05-11 21:23:20.000000000 +0200
4@@ -464,7 +464,7 @@
5 }
6 fmt_string(buf);
7 fmt_newline();
8- skip:
9+ skip: ;
10 }
11
12 fmt_newheadword(NULL,0);
This page took 0.061435 seconds and 4 git commands to generate.