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