From d13f0c754309740889db1c20f53801ba42c7e9c8 Mon Sep 17 00:00:00 2001 From: shatty Date: Mon, 22 Nov 2004 01:03:18 +0000 Subject: [PATCH] address compiler warning git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10137 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/eject.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/bin/eject.c b/src/apps/bin/eject.c index 9872b90ba2..d8a68ba408 100644 --- a/src/apps/bin/eject.c +++ b/src/apps/bin/eject.c @@ -56,6 +56,7 @@ int main(int argc, char **argv) } if (device == NULL) return do_eject(operation, "/dev/disk/floppy/raw"); + return 0; } static int do_eject(char operation, char *device) {