openwrt-packages/net/cgi-io/src
Jo-Philipp Wich f6f750ad17 cgi-io: fix stray semicolon
Remove an improperly placed semicolon in order to solve the following
compiler error:

.../main.c:144:3: error: this 'if' clause does not guard... [-Werror=misleading-indentation]
    if (execl("/bin/busybox", "/bin/busybox", "md5sum", file, NULL));
    ^~
    .../main.c:145:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
    return NULL;
    ^~~~~~
    cc1: all warnings being treated as errors

Fixes #4723.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-08-18 14:28:33 +02:00
..
CMakeLists.txt cgi-io: Find and search for libubus.h 2017-06-18 12:45:30 -07:00
main.c cgi-io: fix stray semicolon 2017-08-18 14:28:33 +02:00
multipart_parser.c cgi-io: add a small helper cgi that can be used by RPCD based UIs 2015-10-02 14:00:25 +02:00
multipart_parser.h cgi-io: add a small helper cgi that can be used by RPCD based UIs 2015-10-02 14:00:25 +02:00