From ecd7cd253db1a97fc6ef9e203e4494f0172fb26e Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 25 Oct 2018 15:43:43 +0200 Subject: [PATCH] libsmartcols: rename table_print.c to print.c Signed-off-by: Karel Zak --- libsmartcols/src/Makemodule.am | 2 +- libsmartcols/src/{table_print.c => print.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename libsmartcols/src/{table_print.c => print.c} (100%) 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 similarity index 100% rename from libsmartcols/src/table_print.c rename to libsmartcols/src/print.c