X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Ffile_ops.c;h=b0ae01a67384bf26ae0bc9b5ac555ab0c59b7015;hb=ae822088bca5cce3d6c3ef7f6d312a6d5de7a77c;hp=340915874e9944f4cf63691b9b99be9064d0e8ac;hpb=318aa2adec10d6291ca684f3362c70ab89796cc3;p=citadel.git diff --git a/citadel/file_ops.c b/citadel/file_ops.c index 340915874..b0ae01a67 100644 --- a/citadel/file_ops.c +++ b/citadel/file_ops.c @@ -219,7 +219,7 @@ void cmd_netf(char *cmdbuf) * It examines the file and displays the OK result code and some information * about the file. NOTE: this stuff is Unix dependent. */ -void OpenCmdResult() { +void OpenCmdResult(void) { struct stat statbuf; fstat(fileno(CC->download_fp), &statbuf);