summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bdftruncate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bdftruncate.c b/bdftruncate.c
index e2b5d87..749869b 100644
--- a/bdftruncate.c
+++ b/bdftruncate.c
@@ -117,8 +117,8 @@ main(int argc, char **argv)
{
int removewide;
unsigned long threshold;
- int opt_minus_w;
- int opt_plus_w;
+ int opt_minus_w = 0;
+ int opt_plus_w = 0;
char *line, *input_ptr;
size_t line_len, rest_len;