summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/indent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indent.c b/src/indent.c
index 2d07791606d..dd81b983d48 100644
--- a/src/indent.c
+++ b/src/indent.c
@@ -2103,7 +2103,7 @@ whether or not it is currently displayed in some window. */)
lines = XCDR (lines);
}
else
- lcols = 0; /* shut up stupid GCC warning */
+ lcols = make_fixnum (0); /* shut up stupid GCC warning */
CHECK_FIXNUM (lines);
w = decode_live_window (window);