aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal.h b/internal.h
index 5053e699d..c3814779b 100644
--- a/internal.h
+++ b/internal.h
@@ -184,7 +184,7 @@ extern int check_wildcard_match(const char* text, const char* pattern);
extern long getNum (const char *cp);
extern pid_t findInitPid();
#if defined BB_INIT || defined BB_SYSLOGD
-extern int device_open(char *device, int mode)
+extern int device_open(char *device, int mode);
#endif
#if defined BB_FEATURE_MOUNT_LOOP