change return type of gopher_include to int

master
KatolaZ 6 years ago
parent 9fff6c5452
commit 220cb74d33
  1. 2
      ui_70-shared.c

@ -98,7 +98,7 @@ void gopher_fileperm(unsigned short mode)
}
void gopher_include(const char *fname){
int gopher_include(const char *fname){
FILE *f;
char buf[4096];

Loading…
Cancel
Save