diff --git a/netutils/webserver/httpd_fs.c b/netutils/webserver/httpd_fs.c index 8d1cddbab..ef49e230a 100644 --- a/netutils/webserver/httpd_fs.c +++ b/netutils/webserver/httpd_fs.c @@ -107,13 +107,14 @@ int httpd_fs_open(const char *name, struct httpd_fs_file *file) #ifdef CONFIG_NETUTILS_HTTPDFSSTATS ++count[i]; #endif - return 1; + return OK; } #ifdef CONFIG_NETUTILS_HTTPDFSSTATS ++i; #endif } - return 0; + + return ERROR; } void httpd_fs_init(void)