comparison arogue7/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
645 /* 645 /*
646 * unctrl: 646 * unctrl:
647 * Print a readable version of a certain character 647 * Print a readable version of a certain character
648 */ 648 */
649 649
650 char * 650 const char *
651 md_unctrl(char ch) 651 md_unctrl(char ch)
652 { 652 {
653 #if USG5_0 653 #if USG5_0
654 extern char *_unctrl[]; /* Defined in curses library */ 654 extern char *_unctrl[]; /* Defined in curses library */
655 655