Changeset 387 for libmpc/trunk/mpcchap/iniparser.c
- Timestamp:
- 04/01/08 23:04:22 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/mpcchap/iniparser.c
r384 r387 517 517 /* Empty line */ 518 518 sta = LINE_EMPTY ; 519 } else if (line[0]=='#' ) {519 } else if (line[0]=='#' || line[0]==';') { 520 520 /* Comment line */ 521 521 sta = LINE_COMMENT ;
Note: See TracChangeset
for help on using the changeset viewer.