Fix a warning.

(Logical change 1.526)
edge.strict_endians
cantab.net!aia21 2004-09-03 13:48:30 +00:00
parent 9d954ff33b
commit 0647ddffc5
1 changed files with 2 additions and 0 deletions

View File

@ -55,7 +55,9 @@
static const char *EXEC_NAME = "ntfsundelete";
static const char *MFTFILE = "mft";
#ifdef DEBUG
static const char *UNNAMED = "<unnamed>";
#endif
static const char *NONE = "<none>";
static const char *UNKNOWN = "unknown";
static struct options opts;