diff options
Diffstat (limited to 'textproc/hunspell/files/patch-csutil.cxx')
-rw-r--r-- | textproc/hunspell/files/patch-csutil.cxx | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/hunspell/files/patch-csutil.cxx b/textproc/hunspell/files/patch-csutil.cxx new file mode 100644 index 000000000000..3197e047ccc5 --- /dev/null +++ b/textproc/hunspell/files/patch-csutil.cxx @@ -0,0 +1,18 @@ +--- csutil.cxx.orig Wed Dec 17 18:50:49 2003 ++++ csutil.cxx Thu May 20 15:20:06 2004 +@@ -3315,7 +3315,7 @@ + } + } + return ccs; +-}; ++} + + + +@@ -3348,5 +3348,5 @@ + } + } + return NULL; +-}; ++} + |