Skip to content
Snippets Groups Projects
Commit bd876811 authored by deuce's avatar deuce
Browse files

Fix warning on NetBSD

parent 3fa677d9
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ int lprintf(int level, char *fmt, ...)
{
va_list argptr;
char sbuf[1024];
int ret;
int ret=0;
if(!(log_mask&(1<<level)))
return(0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment