diff options
Diffstat (limited to 'core/rdar.c')
| -rw-r--r-- | core/rdar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/rdar.c b/core/rdar.c index c9cac50..7cd53ef 100644 --- a/core/rdar.c +++ b/core/rdar.c @@ -57,7 +57,7 @@ struct idata_desc; static const char *input_dir = NULL; static const char *output_path = NULL; static TAILQ_HEAD(, idata_desc) d_desc_table; -static size_t d_desc_count = 1; +static size_t d_desc_count = 0; /* * The root data region (RDR) contains information about the |
