Changeset 1929
- Timestamp:
- 09/01/08 12:58:14 (3 months ago)
- Files:
-
- cherokee/trunk/cherokee/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/cherokee/main.c
r1927 r1929 81 81 p = line + 18; 82 82 while (*p) { 83 if ((*p == '\r') || 84 (*p == '\n')) 85 { 83 if ((*p == '\r') || (*p == '\n')) { 86 84 *p = '\0'; 87 85 break;