Fixed missing ifdef

This commit is contained in:
MadCamel
2018-03-13 18:25:37 -04:00
parent 46298634e1
commit 78c4e2f47a

View File

@@ -72,7 +72,9 @@ int parse_proc_status(char *line)
int i;
key = chop(&line);
#ifdef DEBUG
debug("pps key = %s (%s)\n",key,line);
#endif
if (key == NULL)
return(FALSE);
for(i=0;sv[i].key;i++)