diff options
Diffstat (limited to 'usr.sbin/cron/globals.h')
-rw-r--r-- | usr.sbin/cron/globals.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/cron/globals.h b/usr.sbin/cron/globals.h index edd3d4a82d7..9ea6ad7558a 100644 --- a/usr.sbin/cron/globals.h +++ b/usr.sbin/cron/globals.h @@ -1,4 +1,4 @@ -/* $OpenBSD: globals.h,v 1.5 2003/02/17 18:40:11 millert Exp $ */ +/* $OpenBSD: globals.h,v 1.6 2003/02/20 20:38:08 millert Exp $ */ /* * Copyright (c) 1997,2000 by Internet Software Consortium, Inc. @@ -70,5 +70,5 @@ XTRN const char *DebugFlagNames[] #endif ; #else -#define DebugFlags 0 +#define DebugFlags 0 #endif /* DEBUGGING */ |