aboutsummaryrefslogtreecommitdiff
path: root/debugfs/unused.c
diff options
context:
space:
mode:
Diffstat (limited to 'debugfs/unused.c')
-rw-r--r--debugfs/unused.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/debugfs/unused.c b/debugfs/unused.c
index 0eee8e62..818fef13 100644
--- a/debugfs/unused.c
+++ b/debugfs/unused.c
@@ -1,6 +1,6 @@
/*
* unused.c --- quick and dirty unused space dumper
- *
+ *
* Copyright (C) 1997 Theodore Ts'o. This file may be redistributed
* under the terms of the GNU Public License.
*/
@@ -17,7 +17,7 @@
#include <sys/types.h>
#ifdef HAVE_GETOPT_H
#include <getopt.h>
-#else
+#else
extern int optind;
extern char *optarg;
#endif