aboutsummaryrefslogtreecommitdiffstats
path: root/include/progressbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/progressbar.h')
-rw-r--r--include/progressbar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/progressbar.h b/include/progressbar.h
index b8e416e..9e004f4 100644
--- a/include/progressbar.h
+++ b/include/progressbar.h
@@ -1,4 +1,4 @@
-/* $NetBSD: progressbar.h,v 1.4 2004/03/09 17:04:24 hubertf Exp $ */
+/* $NetBSD: progressbar.h,v 1.5 2005/02/10 16:00:38 jmc Exp $ */
/*-
* Copyright (c) 1996-2003 The NetBSD Foundation, Inc.
@@ -82,7 +82,6 @@ void psummary(int);
void ptransfer(int);
#endif /* !STANDALONE_PROGRESS */
-
#ifdef NO_LONG_LONG
# define LLF "%ld"
# define LLFP(x) "%" x "ld"