Changeset 104 for lm-sensors/trunk/prog/sensors/main.c
- Timestamp:
- 12/23/98 01:25:53 (14 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/sensors/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/sensors/main.c
r103 r104 181 181 if (!strcmp(chip->prefix,"lm75")) 182 182 print_lm75(chip); 183 printf("\n"); 183 else if (!strcmp(chip->prefix,"lm78") || !strcmp(chip->prefix,"lm78-j") || 184 !strcmp(chip->prefix,"lm79")) 185 print_lm78(chip); 186 printf("\n"); 184 187 } 185 188 exit(0);
