From a9663949f0fde95fdfc008fd78292090f37f240f Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 11 Nov 2010 14:50:37 +0000 Subject: [PATCH] Patch generation scripts: Fixed a typo. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2669 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/specialize-patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/specialize-patch b/scripts/specialize-patch index cfce9c54a..fa0e5c3d1 100755 --- a/scripts/specialize-patch +++ b/scripts/specialize-patch @@ -352,7 +352,7 @@ function process_preprocessor_statement(evaluated, condition) { function reset_hunk_state_variables() { lines = 0 lines_less_added = 0 - lines_less_removed = 0 + lines_less_deleted = 0 output = 1 if_nesting_level = -1 delete_next_blank_line = 0