]> git.ipfire.org Git - thirdparty/util-linux.git/commit
col: fix compiler warning [-Wstrict-prototypes]
authorKarel Zak <kzak@redhat.com>
Wed, 29 Aug 2012 18:32:19 +0000 (20:32 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 4 Sep 2012 14:49:28 +0000 (16:49 +0200)
commit0825179f47146d19c9f03340ee19880e965de46b
tree917218fc739f673e82cbfaeca3a8422ebcee564a
parentaa71999827c5a1436eca184d25f1906dacec5e63
col: fix compiler warning [-Wstrict-prototypes]

text-utils/col.c:142:43: warning: function declaration isn’t a prototype [-Wstrict-prototypes]

Signed-off-by: Karel Zak <kzak@redhat.com>
text-utils/col.c