I have fixed all the error and almost all of the warnings ... I ca not figure this one out
here is the code that the warning is refering to
any help is appreciated
act_wiz.c: In function `do_hreload':
act_wiz.c:6500: warning: excess elements in array initializer
act_wiz.c:6500: warning: (near initialization for `helpfile')
here is the code that the warning is refering to
/* in order of 'importance' */
char *helpfile[0] = {
"../area/help.are", } ;
any help is appreciated