Huw Davies : wineps.drv: Fix compile error.
20 Apr
2009
20 Apr
'09
4:33 p.m.
Module: wine Branch: master Commit: e911fde41cbcbfe0bf2bc8fea5631abe174cc2c9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e911fde41cbcbfe0bf2bc8fea5... Author: Huw Davies <huw(a)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; }
6085
Age (days ago)
6085
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard