wineps.drv: Fix compile error.

This commit is contained in:
Huw Davies 2009-04-16 22:05:30 +01:00 committed by Alexandre Julliard
parent 9312ff52e0
commit e911fde41c
1 changed files with 1 additions and 1 deletions

View File

@ -518,7 +518,7 @@ int main(int argc, char *argv[])
/* Clean up */
fclose(f_c);
fclose(f_h;
fclose(f_h);
return 0;
}