summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/tree.h1
-rw-r--r--docs/CREDITS1
2 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.h b/apps/tree.h
index 62157112ea..062dcf9639 100644
--- a/apps/tree.h
+++ b/apps/tree.h
@@ -63,7 +63,6 @@ struct tree_context {
63 int extra_history[MAX_DIR_LEVELS]; /* db use */ 63 int extra_history[MAX_DIR_LEVELS]; /* db use */
64 int currtable; /* db use */ 64 int currtable; /* db use */
65 int currextra; /* db use */ 65 int currextra; /* db use */
66 int currextra2; /* db use */
67#endif 66#endif
68 /* A big buffer with plenty of entry structs, 67 /* A big buffer with plenty of entry structs,
69 * contains all files and dirs in the current 68 * contains all files and dirs in the current
diff --git a/docs/CREDITS b/docs/CREDITS
index 95ee473680..e454865ad3 100644
--- a/docs/CREDITS
+++ b/docs/CREDITS
@@ -288,3 +288,4 @@ Pascal Briehl
288Denis Stanishevskiy 288Denis Stanishevskiy
289Eddy Coman 289Eddy Coman
290Luke Blaney 290Luke Blaney
291Mark Reiche