mirror of
https://github.com/sheumann/hush.git
synced 2024-11-19 08:31:11 +00:00
scripts/echo.c: remove bb-ism
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
c28cafb18d
commit
da3a956dda
@ -187,7 +187,7 @@ int main(int argc, char **argv)
|
||||
putchar('\n');
|
||||
}
|
||||
ret:
|
||||
return fflush_all();
|
||||
return fflush(NULL);
|
||||
}
|
||||
|
||||
/*-
|
||||
|
Loading…
Reference in New Issue
Block a user