NULL-terminate the lists of autogenerated converters.
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403482
This commit is contained in:
parent
ed652245d1
commit
8ca737d47a
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue