diff options
author | 諏訪子 <suwako@076.moe> | 2024-06-21 21:53:18 +0900 |
---|---|---|
committer | 諏訪子 <suwako@076.moe> | 2024-06-21 21:53:18 +0900 |
commit | 95eedef25d4fad567445dc4f74cd604a4ab3ab1d (patch) | |
tree | 74884bcae97bfb565c40f66b07d803f6e0aaa128 /src/libc.c | |
parent | 27ae570d688aedd40c3e175b746ee900d08b81d8 (diff) |
ごめん
Diffstat (limited to 'src/libc.c')
-rw-r--r-- | src/libc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ const char *display_libc() { #if defined(__linux__) - const char *musl = run_command_s("ldd $(which ls) | grep libc | grep musl)"; + const char *musl = run_command_s("ldd $(which ls) | grep libc | grep musl"); if (musl != NULL && strlen(musl) != 0) { free((void *)musl); return "musl"; |