Alexandre Julliard : wineps.drv: Make some variables static.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jun 12 07:10:23 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 276e223bcb2ebf54a423532a3e3e2d98958d0db2
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=276e223bcb2ebf54a423532a3e3e2d98958d0db2

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Jun 12 13:46:17 2006 +0200

wineps.drv: Make some variables static.

---

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

diff --git a/dlls/wineps.drv/type42.c b/dlls/wineps.drv/type42.c
index d3cbea8..b4cbca9 100644
--- a/dlls/wineps.drv/type42.c
+++ b/dlls/wineps.drv/type42.c
@@ -57,7 +57,7 @@ typedef struct {
   BOOL write;
 } OTTable;
 
-const OTTable tables_templ[] = {
+static const OTTable tables_templ[] = {
       { MS_MAKE_TAG('c','v','t',' '), 0, 0, NULL, TRUE },
       { MS_MAKE_TAG('f','p','g','m'), 0, 0, NULL, TRUE },
       { MS_MAKE_TAG('g','d','i','r'), 0, 0, NULL, TRUE },




More information about the wine-cvs mailing list