On Tue, 7 Aug 2007, [EMAIL PROTECTED] wrote:
Search viewer (plugin) : reindent correctly with spaces
[...]
+static int strpcasecmp(const char *s1, const char *s2){
This is not a correctly indented function definition by Rockbox standards, it should then be:
static int strpcasecmp(const char *s1, const char *s2)
{
... that is with the open brace on a new line.
--
Daniel Stenberg -- http://www.rockbox.org/ -- http://daniel.haxx.se/
