projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c28cafb
)
scripts/echo.c: remove bb-ism
author
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 14 Jun 2010 12:27:26 +0000
(14:27 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 14 Jun 2010 12:27:26 +0000
(14:27 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
scripts/echo.c
patch
|
blob
|
history
diff --git
a/scripts/echo.c
b/scripts/echo.c
index 85a8aa9132bbafe4390d6d989ee66f0e3ff3b778..3c45e339c43ea3fa00733c382a9818ef1851c5c1 100644
(file)
--- a/
scripts/echo.c
+++ b/
scripts/echo.c
@@
-187,7
+187,7
@@
int main(int argc, char **argv)
putchar('\n');
}
ret:
- return fflush
_all(
);
+ return fflush
(NULL
);
}
/*-