summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/ic/lpt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/lpt.c b/sys/dev/ic/lpt.c
index 9dc974779f1..ac2e7b5a492 100644
--- a/sys/dev/ic/lpt.c
+++ b/sys/dev/ic/lpt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lpt.c,v 1.1 1996/11/30 00:53:35 niklas Exp $ */
+/* $OpenBSD: lpt.c,v 1.2 1997/09/02 01:16:50 deraadt Exp $ */
/* $NetBSD: lpt.c,v 1.42 1996/10/21 22:41:14 thorpej Exp $ */
/*
@@ -83,7 +83,7 @@
#if !defined(DEBUG) || !defined(notdef)
#define LPRINTF(a)
#else
-#define LPRINTF if (lptdebug) printf a
+#define LPRINTF(a) if (lptdebug) printf a
int lptdebug = 1;
#endif