Changeset 4273
- Timestamp:
- 12/30/06 05:08:40 (2 years ago)
- Files:
-
- lm-sensors/trunk/lib/conf-lex.l (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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;
