aboutsummaryrefslogtreecommitdiff
path: root/src/git-parser.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-06-27 13:16:04 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-06-27 13:16:04 +0300
commita01d5e230db6f61a6efd3384f1eafe184944c45d (patch)
treece072f7f35145065c10940d0f3162eea747c757b /src/git-parser.c
parent5a37057b0ca1b7314f7f338134efc5100dc9223f (diff)
downloadgrecs-a01d5e230db6f61a6efd3384f1eafe184944c45d.tar.gz
grecs-a01d5e230db6f61a6efd3384f1eafe184944c45d.tar.bz2
Bugfixes.
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.