diff options
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index e6e5eca..8583581 100644 --- a/applets/busybox.c +++ b/applets/busybox.c @@ -35,7 +35,7 @@ typedef int (*__link_f)(const char *, const char *); * malloc'd string w/ full pathname of busybox's location * NULL on failure */ -static char *busybox_fullpath() +static char *busybox_fullpath(void) { return xreadlink("/proc/self/exe"); } |