NULL-terminate the lists of autogenerated converters.

This commit is contained in:
Ryan C. Gordon 2009-01-11 04:46:14 +00:00
parent 9d2f640b65
commit 691269eeef

View File

@ -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";
}