Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GH Action committed Nov 14, 2024
1 parent c8b8e18 commit 3a284f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sokol/c/sokol_gfx.h
Original file line number Diff line number Diff line change
Expand Up @@ -16598,7 +16598,7 @@ typedef struct {
uint64_t lo, hi;
} _sg_u128_t;

_sg_u128_t _sg_u128(void) {
_SOKOL_PRIVATE _sg_u128_t _sg_u128(void) {
_sg_u128_t res;
_sg_clear(&res, sizeof(res));
return res;
Expand Down

0 comments on commit 3a284f8

Please sign in to comment.