diff options
author | corvid <corvid@lavabit.com> | 2009-05-31 04:31:38 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-05-31 04:31:38 +0000 |
commit | b3ff367d8928bcddb2eec544aff2bef10e5dc54c (patch) | |
tree | 0ba404a7586ee3dbcdfbf799d7c1f3310fdacaff /dw/findtext.hh | |
parent | 0524d6afd9ce024027c302db3b3cd42738b0260f (diff) |
line length
Diffstat (limited to 'dw/findtext.hh')
-rw-r--r-- | dw/findtext.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/findtext.hh b/dw/findtext.hh index 3a4ab2a7..8ef953e3 100644 --- a/dw/findtext.hh +++ b/dw/findtext.hh @@ -59,9 +59,9 @@ private: */ CharIterator *hlIterator; - static const char* rev(const char* _str); /* Function to reverse a C-string */ + static const char* rev(const char* _str); /* reverse a C string */ - static int *createNexttab (const char *needle, bool caseSens, bool backwards); + static int *createNexttab (const char *needle,bool caseSens,bool backwards); bool unhighlight (); bool search0 (bool backwards, bool firstTrial); |