Skip to content

Commit

Permalink
game_shared: vcs_info: fix undefined branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed May 21, 2024
1 parent 3229067 commit 951a95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game_shared/vcs_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ const char *g_VCSInfo_Commit = "unknown-commit";
#ifdef XASH_BUILD_BRANCH
const char *g_VCSInfo_Branch = XASH_BUILD_BRANCH;
#else
const char *g_VCSInfo_Branch = "unknown-commit";
const char *g_VCSInfo_Branch = "unknown-branch";
#endif

0 comments on commit 951a95c

Please sign in to comment.