Skip to content

Commit

Permalink
Update stream_safe.h
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintWish committed Sep 25, 2024
1 parent 940c5cc commit 379ca4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/shared/stream_safe.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
#endif

#define min(a, b) (((a) < (b)) ? (a) : (b))
#define max(a ,b) (((a) > (b)) ? (a) : (b))
#define max(a, b) (((a) > (b)) ? (a) : (b))

#endif // STREAM_SAFE_H

0 comments on commit 379ca4e

Please sign in to comment.