mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-29 16:14:43 +00:00
Fixed missing ifdef
This commit is contained in:
@@ -72,7 +72,9 @@ int parse_proc_status(char *line)
|
|||||||
int i;
|
int i;
|
||||||
|
|
||||||
key = chop(&line);
|
key = chop(&line);
|
||||||
|
#ifdef DEBUG
|
||||||
debug("pps key = %s (%s)\n",key,line);
|
debug("pps key = %s (%s)\n",key,line);
|
||||||
|
#endif
|
||||||
if (key == NULL)
|
if (key == NULL)
|
||||||
return(FALSE);
|
return(FALSE);
|
||||||
for(i=0;sv[i].key;i++)
|
for(i=0;sv[i].key;i++)
|
||||||
|
|||||||
Reference in New Issue
Block a user