Fix a few more compiler warnings.
This commit is contained in:
parent
0936c8f216
commit
90d5708d84
8 changed files with 11 additions and 7 deletions
|
|
@ -53,6 +53,7 @@
|
|||
#include <utmpx.h>
|
||||
#endif
|
||||
|
||||
#include <ctype.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
@ -724,7 +725,7 @@ md_killchar()
|
|||
* Print a readable version of a certain character
|
||||
*/
|
||||
|
||||
char *
|
||||
const char *
|
||||
md_unctrl(char ch)
|
||||
{
|
||||
#if USG5_0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue