diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-10-12 13:34:02 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-10-12 13:34:02 -0400 |
| commit | a5bc93df7d641026b5536b2bc429540a8f55e568 (patch) | |
| tree | 4408816f68e90914be27d2033fc839fd95903361 /tomo.c | |
| parent | 55afc5a5fd93f4e45aeab7f08ed8faee86377d12 (diff) | |
Minor tweak
Diffstat (limited to 'tomo.c')
| -rw-r--r-- | tomo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |
