mirror of
https://github.com/sheumann/hush.git
synced 2024-11-19 23:31:39 +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');
|
putchar('\n');
|
||||||
}
|
}
|
||||||
ret:
|
ret:
|
||||||
return fflush_all();
|
return fflush(NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
|
Loading…
Reference in New Issue
Block a user