Browse Source

Remove useless initialization.

Pavel Roskin 21 years ago
parent
commit
81d396da33
1 changed files with 1 additions and 1 deletions
  1. 1 1
      edit/editcmd.c

+ 1 - 1
edit/editcmd.c

@@ -435,7 +435,7 @@ int
 edit_save_as_cmd (WEdit *edit)
 {
     /* This heads the 'Save As' dialog box */
-    char *exp = 0;
+    char *exp;
     int save_lock = 0;
     int different_filename = 0;