summaryrefslogtreecommitdiff
path: root/usr.bin/dc/bcode.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-09-19 20:58:59 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-09-19 20:58:59 +0000
commitd6b619f594979f8e582dbf32a96fe67dacfad03a (patch)
treecfad91f9ed8b1b4b7834f478b43f9220b7a0e389 /usr.bin/dc/bcode.c
parentbb1d85d2f5d0fd98467d48dfe293e433b6c99859 (diff)
spaces
Diffstat (limited to 'usr.bin/dc/bcode.c')
-rw-r--r--usr.bin/dc/bcode.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/dc/bcode.c b/usr.bin/dc/bcode.c
index 68a1a9b58d2..507c748fd77 100644
--- a/usr.bin/dc/bcode.c
+++ b/usr.bin/dc/bcode.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bcode.c,v 1.2 2003/09/19 19:00:36 deraadt Exp $ */
+/* $OpenBSD: bcode.c,v 1.3 2003/09/19 20:58:58 deraadt Exp $ */
/*
* Copyright (c) 2003, Otto Moerbeek <otto@drijf.net>
@@ -17,7 +17,7 @@
*/
#ifndef lint
-static const char rcsid[] = "$OpenBSD: bcode.c,v 1.2 2003/09/19 19:00:36 deraadt Exp $";
+static const char rcsid[] = "$OpenBSD: bcode.c,v 1.3 2003/09/19 20:58:58 deraadt Exp $";
#endif /* not lint */
#include <ssl/ssl.h>
@@ -191,7 +191,7 @@ init_bmachine(void)
{
int i;
- for (i = 0; i < UCHAR_MAX; i++)
+ for (i = 0; i < UCHAR_MAX; i++)
jump_table[i] = unknown;
for (i = 0; i < JUMP_TABLE_DATA_SIZE; i++)
jump_table[jump_table_data[i].ch] = jump_table_data[i].f;