aboutsummaryrefslogtreecommitdiff
path: root/src/git-parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/git-parser.c')
-rw-r--r--src/git-parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git-parser.c b/src/git-parser.c
index e332704..7b887a7 100644
--- a/src/git-parser.c
+++ b/src/git-parser.c
@@ -58,7 +58,7 @@ rawinput()
tok.prev_col = grecs_current_locus_point.col;
grecs_locus_point_advance_line(grecs_current_locus_point);
} else if (input_char < 0)
- input_char == 0;
+ input_char = 0;
else
grecs_current_locus_point.col++;
return input_char;

Return to:

Send suggestions and report system problems to the System administrator.