]> git.ipfire.org Git - thirdparty/util-linux.git/commit
column: add missed semicolons in case of !HAVE_WIDECHAR
authorAlexander Kuleshov <kuleshovmail@gmail.com>
Mon, 29 May 2017 18:49:17 +0000 (00:49 +0600)
committerKarel Zak <kzak@redhat.com>
Thu, 1 Jun 2017 08:56:08 +0000 (10:56 +0200)
commit8bc5195be9e5f5d26d8d3c4f71681387b13da3d8
treef028b4c97819e04c3b3ef9e815ad027617c7a9fd
parent41b71b90ac248fbaaa318b5bf3041cfab7d89075
column: add missed semicolons in case of !HAVE_WIDECHAR

In other case we will get:

  error: expected ‘;’ before ‘}’ token

error.

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
text-utils/column.c