diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/bedbug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/bedbug.c b/cmd/bedbug.c index 9fee5288301..d3e31212eab 100644 --- a/cmd/bedbug.c +++ b/cmd/bedbug.c @@ -44,10 +44,10 @@ int bedbug_puts (const char *str) * settings. * ====================================================================== */ -void bedbug_init (void) +int bedbug_init(void) { /* -------------------------------------------------- */ - return; + return 0; } /* bedbug_init */ |