Skip to content

Commit

Permalink
Add missing return type
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-drexler committed Oct 7, 2024
1 parent 4bea73b commit 57ce5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quake/sv_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1714,7 +1714,7 @@ typedef enum
SV_MapCheckThresh
================
*/
static SV_MapCheckThresh (int current, int target)
static mapcheck_t SV_MapCheckThresh (int current, int target)
{
if (current <= 0)
return MAPCHECK_FAILED;
Expand Down

0 comments on commit 57ce5b4

Please sign in to comment.