mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 15:26:55 -05:00
NULL-terminate the lists of autogenerated converters.
This commit is contained in:
parent
9d2f640b65
commit
691269eeef
|
|
@ -338,6 +338,7 @@ sub buildTypeConverters {
|
|||
}
|
||||
print "#endif /* !NO_CONVERTERS */\n";
|
||||
|
||||
print(" { 0, 0, NULL }\n");
|
||||
print "};\n\n\n";
|
||||
}
|
||||
|
||||
|
|
@ -735,6 +736,7 @@ sub buildResamplers {
|
|||
|
||||
print "#endif /* !LESS_RESAMPLERS */\n";
|
||||
print "#endif /* !NO_RESAMPLERS */\n";
|
||||
print(" { 0, 0, 0, 0, NULL }\n");
|
||||
print "};\n\n";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user