Huw Davies : wineps.drv: Fix compile error.

Alexandre Julliard julliard at winehq.org
Mon Apr 20 11:33:06 CDT 2009


Module: wine
Branch: master
Commit: e911fde41cbcbfe0bf2bc8fea5631abe174cc2c9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e911fde41cbcbfe0bf2bc8fea5631abe174cc2c9

Author: Huw Davies <huw at codeweavers.com>
Date:   Thu Apr 16 22:05:30 2009 +0100

wineps.drv: Fix compile error.

---

 dlls/wineps.drv/mkagl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/wineps.drv/mkagl.c b/dlls/wineps.drv/mkagl.c
index d6aab8a..0cdb605 100644
--- a/dlls/wineps.drv/mkagl.c
+++ b/dlls/wineps.drv/mkagl.c
@@ -518,7 +518,7 @@ int main(int argc, char *argv[])
 
     /* Clean up */
     fclose(f_c);
-    fclose(f_h;
+    fclose(f_h);
 
     return 0;
 }




More information about the wine-cvs mailing list