Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Explicitly initial a bunch of bits of MOJOSHADER_out_of_mem_data.
  • Loading branch information
icculus committed May 29, 2016
1 parent 0ffc9b7 commit 6d0ae93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mojoshader_common.c
Expand Up @@ -13,7 +13,8 @@ MOJOSHADER_error MOJOSHADER_out_of_mem_error = {

MOJOSHADER_parseData MOJOSHADER_out_of_mem_data = {
1, &MOJOSHADER_out_of_mem_error, 0, 0, 0, 0,
MOJOSHADER_TYPE_UNKNOWN, 0, 0, 0, 0
MOJOSHADER_TYPE_UNKNOWN, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
};


Expand Down

0 comments on commit 6d0ae93

Please sign in to comment.