aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2012-11-14 18:52:37 +0000
committerDimitry Andric <dim@FreeBSD.org>2012-11-14 18:52:37 +0000
commit3da6b5f9a5d5d2535ccb65a009ea0efade58e539 (patch)
tree59e5be6eb0d3803c95459f2a91a49dd9a3d2ac3d /games
parentea9a926c9a9f4a43d99d18905c633525f20bbf12 (diff)
Notes
Diffstat (limited to 'games')
-rw-r--r--games/fortune/fortune/fortune.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/fortune/fortune/fortune.c b/games/fortune/fortune/fortune.c
index 22d85ac1921ce..d5ce1b9c80e46 100644
--- a/games/fortune/fortune/fortune.c
+++ b/games/fortune/fortune/fortune.c
@@ -109,7 +109,7 @@ static bool Equal_probs = FALSE; /* scatter un-allocted prob equally */
static bool Match = FALSE; /* dump fortunes matching a pattern */
static bool WriteToDisk = false; /* use files on disk to save state */
#ifdef DEBUG
-static bool Debug = FALSE; /* print debug messages */
+static int Debug = 0; /* print debug messages */
#endif
static char *Fortbuf = NULL; /* fortune buffer for -m */