[Pkg-nethack-devel] nethack/patches 18_overridewin.dpatch,1.1,1.2

Joshua Kwan joshk-guest@quantz.debian.org
Tue, 23 Dec 2003 00:46:49 +0000


Update of /cvsroot/pkg-nethack/nethack/patches
In directory quantz:/tmp/cvs-serv13518/patches

Modified Files:
	18_overridewin.dpatch 
Log Message:
Fix a warning.


Index: 18_overridewin.dpatch
===================================================================
RCS file: /cvsroot/pkg-nethack/nethack/patches/18_overridewin.dpatch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 18_overridewin.dpatch	12 Dec 2003 03:59:55 -0000	1.1
+++ 18_overridewin.dpatch	23 Dec 2003 00:46:46 -0000	1.2
@@ -29,7 +29,7 @@
  choose_windows(s)
  const char *s;
  {
-+    char *ow, *wt;
++    char *ow; const char *wt;
      register int i;
 +    
 +    if (!strcmp(s, DEFAULT_WINDOW_SYS) && (ow = getenv("OVERRIDEWIN")))