Use plain char * instead of s_char *.

This commit is contained in:
Markus Armbruster 2004-09-10 18:18:31 +00:00
parent fac342ed49
commit 9dbc1cb5e3
11 changed files with 14 additions and 14 deletions

View file

@ -41,7 +41,7 @@
#include "misc.h"
#include "news.h"
s_char *page_headings[N_MAX_PAGE + 1] = {
char *page_headings[N_MAX_PAGE + 1] = {
/* not used */ "Comics",
/* N_FOR */ "Foreign Affairs",
/* N_FRONT */ "The Front Line",