Changes to qemacs/latex-mode.c

Charlie Gordon <[email protected]> Thu, 12 May 2005 13:03:57 -0400
Newsgroups gmane.editors.qemacs.devel
Message-ID <[email protected]>
Index: qemacs/latex-mode.c
diff -u qemacs/latex-mode.c:1.10 qemacs/latex-mode.c:1.11
--- qemacs/latex-mode.c:1.10	Wed May 11 15:48:31 2005
+++ qemacs/latex-mode.c	Thu May 12 17:03:56 2005
@@ -216,7 +216,7 @@
     char cwd[MAX_FILENAME_SIZE];
     char dir[MAX_FILENAME_SIZE];
     const char *argv[4];
-    char *wd, *p;
+    char *p;
     int len;
 
     if (cmd == 0) {