]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libsmartcols: rename table_print.c to print.c
authorKarel Zak <kzak@redhat.com>
Thu, 25 Oct 2018 13:43:43 +0000 (15:43 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 7 Dec 2018 11:33:34 +0000 (12:33 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
libsmartcols/src/Makemodule.am
libsmartcols/src/print.c [moved from libsmartcols/src/table_print.c with 100% similarity]

index 392e5ddea3e9f9335f5cbaaab8cccbdd5bfb4754..a916ce1b3002d1a7b3b8cba165a9744332f8a811 100644 (file)
@@ -15,7 +15,7 @@ libsmartcols_la_SOURCES= \
        libsmartcols/src/column.c \
        libsmartcols/src/line.c \
        libsmartcols/src/table.c \
-       libsmartcols/src/table_print.c \
+       libsmartcols/src/print.c \
        libsmartcols/src/version.c \
        libsmartcols/src/buffer.c \
        libsmartcols/src/init.c