From: dfffffff Date: Fri, 23 Sep 2016 15:59:04 +0000 (-0400) Subject: fixed compile error X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=22796cf36235a6794254431dd12831bad75f50bf;p=FUZIX.git fixed compile error --- diff --git a/Kernel/syscall_other.c b/Kernel/syscall_other.c index bc6f4214..92837930 100644 --- a/Kernel/syscall_other.c +++ b/Kernel/syscall_other.c @@ -28,6 +28,7 @@ arg_t _rename(void) { staticfast inoptr srci, srcp, dsti, dstp; char fname[FILENAME_LEN + 1]; + arg_t ret; srci = n_open(src, &srcp); /* Source must exist */