Mercurial > hg > early-roguelike
comparison arogue5/mdport.c @ 283:d71e5e1f49cf
Fix a few more compiler warnings.
author | John "Elwin" Edwards |
---|---|
date | Mon, 18 Sep 2017 19:36:14 -0400 |
parents | 8b6aba552f6f |
children | 6376b514a30b |
comparison
equal
deleted
inserted
replaced
282:8b6aba552f6f | 283:d71e5e1f49cf |
---|---|
664 /* | 664 /* |
665 * unctrl: | 665 * unctrl: |
666 * Print a readable version of a certain character | 666 * Print a readable version of a certain character |
667 */ | 667 */ |
668 | 668 |
669 char * | 669 const char * |
670 md_unctrl(char ch) | 670 md_unctrl(char ch) |
671 { | 671 { |
672 #if USG5_0 | 672 #if USG5_0 |
673 extern char *_unctrl[]; /* Defined in curses library */ | 673 extern char *_unctrl[]; /* Defined in curses library */ |
674 | 674 |