[Tools] testbot/testagentd: Mark a couple of variables static

Francois Gouget fgouget at codeweavers.com
Mon Dec 19 00:58:26 CST 2016


They are not used outside testagentd.c.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/src/testagentd/testagentd.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testbot/src/testagentd/testagentd.c b/testbot/src/testagentd/testagentd.c
index e776cc7..bc3d32b 100644
--- a/testbot/src/testagentd/testagentd.c
+++ b/testbot/src/testagentd/testagentd.c
@@ -44,8 +44,8 @@
 #define BLOCK_SIZE       65536
 
 static char** server_argv;
-const char *name0;
-int opt_debug = 0;
+static const char *name0;
+static int opt_debug = 0;
 
 
 /*
-- 
2.10.2




More information about the wine-patches mailing list