winegcc: Fix a compiler warning on PC-BSD.

This commit is contained in:
Austin English 2009-03-13 16:13:13 -04:00 committed by Alexandre Julliard
parent a01ba78546
commit 0aebd4f300
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ static char* get_temp_file(const char* prefix, const char* suffix)
static const strarray* get_translator(struct options *opts)
{
const char *str;
const char *str = NULL;
strarray *ret;
switch(opts->processor)