diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-02-07 20:35:14 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-02-07 20:35:14 +0000 |
commit | d0480c26ab97b22f30a8c1537fa4f74b3a0d155c (patch) | |
tree | 578f614328f59ba7670b170820e2353d3ad498c5 /internal.h | |
parent | 31cf8e00563a399768db0edda94ce1358e386dfa (diff) |
Forgot a semicolon.
-Erik
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 2 |
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 |