# HG changeset patch # User Ryan C. Gordon # Date 1231649174 0 # Node ID 70d876a0b90e6ed669ef32b1b8bfb61f7b199ec6 # Parent dfd23eb79be999a812845869ad4086d613069390 NULL-terminate the lists of autogenerated converters. diff -r dfd23eb79be9 -r 70d876a0b90e src/audio/sdlgenaudiocvt.pl --- a/src/audio/sdlgenaudiocvt.pl Sun Jan 11 04:39:09 2009 +0000 +++ b/src/audio/sdlgenaudiocvt.pl Sun Jan 11 04:46:14 2009 +0000 @@ -338,6 +338,7 @@ } print "#endif /* !NO_CONVERTERS */\n"; + print(" { 0, 0, NULL }\n"); print "};\n\n\n"; } @@ -735,6 +736,7 @@ print "#endif /* !LESS_RESAMPLERS */\n"; print "#endif /* !NO_RESAMPLERS */\n"; + print(" { 0, 0, 0, 0, NULL }\n"); print "};\n\n"; }