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()
58 tok.prev_col = grecs_current_locus_point.col; 58 tok.prev_col = grecs_current_locus_point.col;
59 grecs_locus_point_advance_line(grecs_current_locus_point); 59 grecs_locus_point_advance_line(grecs_current_locus_point);
60 } else if (input_char < 0) 60 } else if (input_char < 0)
61 input_char == 0; 61 input_char = 0;
62 else 62 else
63 grecs_current_locus_point.col++; 63 grecs_current_locus_point.col++;
64 return input_char; 64 return input_char;

Return to:

Send suggestions and report system problems to the System administrator.