diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-04-24 17:41:29 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-04-24 17:41:29 +0000 |
commit | 56fbd21fa77145486afea2307bcc52b9f05e3154 (patch) | |
tree | b51039c171e46a62dae388047ab69079333cd4a2 | |
parent | 70cbb6e02626608c95a74e74bdc51bbbf7fb570b (diff) | |
download | busybox-w32-56fbd21fa77145486afea2307bcc52b9f05e3154.tar.gz busybox-w32-56fbd21fa77145486afea2307bcc52b9f05e3154.tar.bz2 busybox-w32-56fbd21fa77145486afea2307bcc52b9f05e3154.zip |
- return ret so we return something meaningful.
-rw-r--r-- | miscutils/makedevs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/makedevs.c b/miscutils/makedevs.c index 24d07ebe0..95889506f 100644 --- a/miscutils/makedevs.c +++ b/miscutils/makedevs.c | |||
@@ -232,7 +232,7 @@ loop: | |||
232 | } | 232 | } |
233 | fclose(table); | 233 | fclose(table); |
234 | 234 | ||
235 | return 0; | 235 | return ret; |
236 | } | 236 | } |
237 | 237 | ||
238 | #else | 238 | #else |