Patch generation scripts: Fixed a typo.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2669 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-11-11 14:50:37 +00:00
parent a67095dc44
commit a9663949f0

View File

@@ -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