commit 367d26ad07491f9ca1e81b79d1c1386c55c243e4 parent b4a190c8182d53a00c7415f342dddbcfd48546a7 Author: sin <sin@2f30.org> Date: Fri, 16 Aug 2013 10:12:21 +0100 Be consistent and staticise the function definition as well Diffstat:
M | dmesg.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dmesg.c b/dmesg.c @@ -56,7 +56,7 @@ main(int argc, char *argv[]) return 0; } -int +static int dmesg_show(int fd, const void *buf, size_t n) { int last = '\n';