1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00
Alexey Dokuchaev 802bc74a37 games/quake2max: specify return type of Mod_GetTris() function correctly
It iterates over a counter (local variable) and returns its value, not
the address.  While here, staticize it as it is not called elsewhere.

Reported by:	pkg-fallout (clang 15)
2023-02-14 04:58:06 +00:00
..