summaryrefslogtreecommitdiffstats
path: root/libsmartcols
diff options
context:
space:
mode:
authorKarel Zak2018-10-25 15:43:43 +0200
committerKarel Zak2018-12-07 12:33:34 +0100
commitecd7cd253db1a97fc6ef9e203e4494f0172fb26e (patch)
treeae1deb906f3ccd44b7ef5cc5c46f69578d544d3a /libsmartcols
parentlibsmartcols: move buffer stuff to buffer.c (diff)
downloadkernel-qcow2-util-linux-ecd7cd253db1a97fc6ef9e203e4494f0172fb26e.tar.gz
kernel-qcow2-util-linux-ecd7cd253db1a97fc6ef9e203e4494f0172fb26e.tar.xz
kernel-qcow2-util-linux-ecd7cd253db1a97fc6ef9e203e4494f0172fb26e.zip
libsmartcols: rename table_print.c to print.c
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols')
-rw-r--r--libsmartcols/src/Makemodule.am2
-rw-r--r--libsmartcols/src/print.c (renamed from libsmartcols/src/table_print.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/libsmartcols/src/Makemodule.am b/libsmartcols/src/Makemodule.am
index 392e5ddea..a916ce1b3 100644
--- a/libsmartcols/src/Makemodule.am
+++ b/libsmartcols/src/Makemodule.am
@@ -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
diff --git a/libsmartcols/src/table_print.c b/libsmartcols/src/print.c
index 2c024ca5a..2c024ca5a 100644
--- a/libsmartcols/src/table_print.c
+++ b/libsmartcols/src/print.c