aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-10-12 13:34:02 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-10-12 13:34:02 -0400
commita5bc93df7d641026b5536b2bc429540a8f55e568 (patch)
tree4408816f68e90914be27d2033fc839fd95903361
parent55afc5a5fd93f4e45aeab7f08ed8faee86377d12 (diff)
Minor tweak
-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");