[BACK]Return to io.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / indent

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/indent/io.c between version 1.17 and 1.18

version 1.17, 2016/02/25 13:23:27 version 1.18, 2019/02/03 03:19:29
Line 232  dump_line(void)
Line 232  dump_line(void)
                                                                         break;                                                                          break;
                                                                 case '\\':                                                                  case '\\':
                                                                         putc('\\', output);                                                                          putc('\\', output);
                                                                           /* FALLTHROUGH */
                                                                 default:                                                                  default:
                                                                         putc(*follow, output);                                                                          putc(*follow, output);
                                                                 }                                                                  }

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

CVSweb <webmaster@jp.NetBSD.org>