summaryrefslogtreecommitdiffstats
path: root/usr.bin/indent/pr_comment.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/indent/pr_comment.c')
-rw-r--r--usr.bin/indent/pr_comment.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/indent/pr_comment.c b/usr.bin/indent/pr_comment.c
index 70c31aa..f626205 100644
--- a/usr.bin/indent/pr_comment.c
+++ b/usr.bin/indent/pr_comment.c
@@ -136,7 +136,7 @@ pr_comment(void)
ps.com_col = 1 + !format_col1_comments;
}
else {
- register int target_col;
+ int target_col;
break_delim = 0;
if (s_code != e_code)
target_col = count_spaces(compute_code_target(), s_code);
OpenPOWER on IntegriCloud