Skip to content

Commit ca975f8

Browse files
committed
Version: fix format parameter name
Fix fastfetch-cli#1443
1 parent c4c6fe6 commit ca975f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/version/version.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ void ffPrintVersion(FFVersionOptions* options)
3939
FF_FORMAT_ARG(result->cmakeBuiltType, "cmake-built-type"),
4040
FF_FORMAT_ARG(result->compileTime, "compile-time"),
4141
FF_FORMAT_ARG(result->compiler, "compiler"),
42-
FF_FORMAT_ARG(buf, "libc-used"),
42+
FF_FORMAT_ARG(buf, "libc"),
4343
}));
4444
}
4545
}

0 commit comments

Comments
 (0)