diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2007-01-16 13:19:20 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2007-01-16 13:19:20 +0100 |
commit | 2084a22e7a91ae25cf668d0f9728cbdf32c3443e (patch) | |
tree | ddad53438eefac30dc051dd4c3b4f151c3e95de4 /src | |
parent | 40722f777c12c12b1080f1bccf8429288bb1502e (diff) |
remove ;
Diffstat (limited to 'src')
-rw-r--r-- | src/Fl_Search_Chooser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Search_Chooser.cxx b/src/Fl_Search_Chooser.cxx index d4f93b2..99bbbd1 100644 --- a/src/Fl_Search_Chooser.cxx +++ b/src/Fl_Search_Chooser.cxx @@ -22,7 +22,7 @@ Fl_Search_Browser::find_prefix(const char *p) { select(i); return 0; } -}; +} int Fl_Search_Browser::find_prefix(const char *p, int s, int e) { |