Changeset 4273 for lm-sensors/trunk/lib/conf-lex.l
- Timestamp:
- 12/30/06 05:08:40 (6 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/lib/conf-lex.l (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/lib/conf-lex.l
r4236 r4273 277 277 strcpy(sensors_lex_error, 278 278 "Reached end-of-file without a matching double quote."); 279 buffer_free(); 279 280 BEGIN(MIDDLE); 280 281 return ERROR;
