aboutsummaryrefslogtreecommitdiff
path: root/tomo.c
diff options
context:
space:
mode:
Diffstat (limited to 'tomo.c')
-rw-r--r--tomo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tomo.c b/tomo.c
index 5e695c89..79bcaf66 100644
--- a/tomo.c
+++ b/tomo.c
@@ -324,7 +324,7 @@ void build_library(Text_t lib_dir_name)
errx(WEXITSTATUS(status), "Failed to run `patchelf` to rename dynamic symbols with library prefix");
if (verbose)
- CORD_printf("Successfully renamed symbols with library prefix!\n");
+ printf("Successfully renamed symbols with library prefix!\n");
unlink("symbol_renames.txt");