Commit 0aebd4f3 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

winegcc: Fix a compiler warning on PC-BSD.

parent a01ba785
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment