Skip to content

Commit

Permalink
t1ha-bench: fix #elseif typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
erthink committed May 25, 2023
1 parent adf66a7 commit b8942bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ static void print_build_info(void) {
printf("Build by "
#if defined(EMSCRIPTEN)
"Emscripten/LLVM compiler"
#elseif defined(__INTEL_COMPILER)
#elif defined(__INTEL_COMPILER)
"Intel C/C++ compiler"
#elif defined(_MSC_VER)
"Microsoft Visual C/C++ %lu compiler for %s",
Expand Down

0 comments on commit b8942bd

Please sign in to comment.