wrc: Initialise variable.

This commit is contained in:
Huw Davies 2011-01-05 14:55:02 +00:00 committed by Alexandre Julliard
parent 5cce70ddeb
commit d5c66bc23d
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ static char *get_po_file_name( const language_t *lang )
static unsigned int flush_po_files( const char *output_name )
{
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 )
{