Skip to content

Commit

Permalink
pre-rel 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dakka committed Jun 13, 2024
1 parent 6969b94 commit 51a09c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/srcloctest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ int main(int argc, char **argv)
#elif defined __GNUC__
"GCC" ": " __VERSION__
#elif defined _MSC_VER
"MSVC" ": " ##_MSC_VER
"MSVC" ": " #_MSC_VER
#else
# error "Not Supported"
#endif
Expand Down

0 comments on commit 51a09c8

Please sign in to comment.