diff options
-rw-r--r-- | korean/gtkcomm/files/patch-src_pcISel.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/korean/gtkcomm/files/patch-src_pcISel.c b/korean/gtkcomm/files/patch-src_pcISel.c new file mode 100644 index 000000000000..c62b190e4568 --- /dev/null +++ b/korean/gtkcomm/files/patch-src_pcISel.c @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- src/pcISel.c.orig Sun Aug 22 23:21:11 2004 ++++ src/pcISel.c Sun Aug 22 23:21:23 2004 +@@ -540,7 +540,7 @@ + break; + } + } +- next: ++ next: break; + } + + if (currTbl) |