Commit d5c66bc2 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

wrc: Initialise variable.

parent 5cce70dd
...@@ -469,7 +469,7 @@ static char *get_po_file_name( const language_t *lang ) ...@@ -469,7 +469,7 @@ static char *get_po_file_name( const language_t *lang )
static unsigned int flush_po_files( const char *output_name ) static unsigned int flush_po_files( const char *output_name )
{ {
struct po_file_lang *po_file, *next; struct po_file_lang *po_file, *next;
unsigned int count; unsigned int count = 0;
LIST_FOR_EACH_ENTRY_SAFE( po_file, next, &po_file_langs, struct po_file_lang, entry ) LIST_FOR_EACH_ENTRY_SAFE( po_file, next, &po_file_langs, struct po_file_lang, entry )
{ {
......
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