Add missing va_end() call to a early exit in dmetaphone.c's StringAt().
authorAndres Freund
Sun, 4 Jan 2015 14:35:47 +0000 (15:35 +0100)
committerAndres Freund
Sun, 4 Jan 2015 14:35:47 +0000 (15:35 +0100)
commitd33f36f16e6a80b81afe55401917f8d23e924f83
treed3a0d03c60c228a975960d50bd427dacc553d517
parentec14f16014ecc04f41d9c285cb97922550097653
Add missing va_end() call to a early exit in dmetaphone.c's StringAt().

Pointed out by Coverity.

Backpatch to all supported branches, the code has been that way for a
long while.
contrib/fuzzystrmatch/dmetaphone.c