diff options
author | KatolaZ <katolaz@freaknet.org> | 2019-03-29 23:43:58 +0000 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2019-03-29 23:43:58 +0000 |
commit | 220cb74d33e956963e728f04a9b462ac2860bdf8 (patch) | |
tree | f43eed2a16ee8058307b4277cf2276037092b264 /ui_70-shared.c | |
parent | 9fff6c5452c5f5f071f0d334ec71f192b150f8ff (diff) |
Diffstat (limited to 'ui_70-shared.c')
-rw-r--r-- | ui_70-shared.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui_70-shared.c b/ui_70-shared.c index 629b283..bf571f3 100644 --- a/ui_70-shared.c +++ b/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]; |