Fix return from void function

While gcc on Linux (Travis CI) throws a warning, but otherwise ignores
this return value from void function, clang on OSX throws a fit.
feature/alt_lookup_engine
nirenjan 2016-10-08 09:44:44 -07:00
parent 1b9c52ea07
commit 6d8d5a4fd4
1 changed files with 0 additions and 2 deletions

View File

@ -333,8 +333,6 @@ static void do_help(const struct command_handler *cmd)
printf("\nWARNING: raw command may damage your device\n\n");
}
return 0;
}
int main(int argc, char **argv)