Przeglądaj źródła

s/f_nodebsign/f_nodebsig/, ie, someone didn't make sure that the source
compiled before checking in. :|

Adam Heath 25 lat temu
rodzic
commit
0c51440613
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      main/main.h

+ 1 - 1
main/main.h

@@ -79,7 +79,7 @@ extern const char *const statusstrings[];
 
 extern const struct cmdinfo *cipaction;
 extern int f_pending, f_recursive, f_alsoselect, f_skipsame, f_noact;
-extern int f_autodeconf, f_largemem, f_nodebsign;
+extern int f_autodeconf, f_largemem, f_nodebsig;
 extern unsigned long f_debug;
 extern int fc_downgrade, fc_configureany, fc_hold, fc_removereinstreq, fc_overwrite;
 extern int fc_removeessential, fc_conflicts, fc_depends, fc_dependsversion;