Changeset 4546

Show
Ignore:
Timestamp:
07/03/07 18:27:11 (6 years ago)
Author:
khali
Message:

Kill stray semicolon.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/lib/init.c

    r4208 r4546  
    5454  if ((res = sensors_yyparse())) 
    5555    return -SENSORS_ERR_PARSE; 
    56   if ((res = sensors_substitute_busses())); 
     56  if ((res = sensors_substitute_busses())) 
    5757    return res; 
    5858  return 0;