summaryrefslogtreecommitdiff
path: root/usr.bin/dc/dc.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-09-19 19:00:37 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-09-19 19:00:37 +0000
commitc6c7e6c390c1d518a33fbf32cf4d8ff0cd2bd3e3 (patch)
treeb0a855d49d76d696ee4def864b8966a0088d7af4 /usr.bin/dc/dc.c
parent07cd197bab1287df05b42f7b4a16b3ab987a4b83 (diff)
spaces
Diffstat (limited to 'usr.bin/dc/dc.c')
-rw-r--r--usr.bin/dc/dc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/dc/dc.c b/usr.bin/dc/dc.c
index 70c6d3b3aa0..47972898030 100644
--- a/usr.bin/dc/dc.c
+++ b/usr.bin/dc/dc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dc.c,v 1.1 2003/09/19 17:58:25 otto Exp $ */
+/* $OpenBSD: dc.c,v 1.2 2003/09/19 19:00:36 deraadt Exp $ */
/*
* Copyright (c) 2003, Otto Moerbeek <otto@drijf.net>
@@ -17,7 +17,7 @@
*/
#ifndef lint
-static const char rcsid[] = "$OpenBSD: dc.c,v 1.1 2003/09/19 17:58:25 otto Exp $";
+static const char rcsid[] = "$OpenBSD: dc.c,v 1.2 2003/09/19 19:00:36 deraadt Exp $";
#endif /* not lint */
#include <err.h>
@@ -28,7 +28,7 @@ static const char rcsid[] = "$OpenBSD: dc.c,v 1.1 2003/09/19 17:58:25 otto Exp $
static __dead void usage(void);
-extern char *__progname;
+extern char *__progname;
static __dead void
usage(void)