Skip to content

Commit

Permalink
Version: fix format parameter name
Browse files Browse the repository at this point in the history
Fix #1443
  • Loading branch information
CarterLi committed Dec 17, 2024
1 parent c4c6fe6 commit ca975f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/version/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ void ffPrintVersion(FFVersionOptions* options)
FF_FORMAT_ARG(result->cmakeBuiltType, "cmake-built-type"),
FF_FORMAT_ARG(result->compileTime, "compile-time"),
FF_FORMAT_ARG(result->compiler, "compiler"),
FF_FORMAT_ARG(buf, "libc-used"),
FF_FORMAT_ARG(buf, "libc"),
}));
}
}
Expand Down

0 comments on commit ca975f8

Please sign in to comment.