Add missing va_end() call to a early exit in dmetaphone.c's StringAt().
authorAndres Freund <andres@anarazel.de>
Sun, 4 Jan 2015 14:35:48 +0000 (15:35 +0100)
committerAndres Freund <andres@anarazel.de>
Sun, 4 Jan 2015 14:35:48 +0000 (15:35 +0100)
commit17797e18dd449a354fd506f170526219cd4b7986
treef0b49c2d072598f1b06d539e288b31e5567eccec
parent07bec318b4f19ffe08cbcb7aaeed0e4949fd0cef
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