Changes in kernel/genarch/src/srln/srln.c [11b285d:7c3fb9b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/src/srln/srln.c
r11b285d r7c3fb9b 106 106 } 107 107 108 /* Replace carriage return with line feed 109 and suppress any following line feed */ 108 /* 109 * Replace carriage return with line feed 110 * and suppress any following line feed 111 */ 110 112 if ((ch == '\n') && (cr)) { 111 113 cr = false;
Note:
See TracChangeset
for help on using the changeset viewer.