diff options
-rw-r--r-- | mpq-fs.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -42,9 +42,9 @@ static directory_list * new_directory_list(directory_list * parent, struct mpq_a r->next = parent->child; parent->child = r; r->name = strtoupper(strdup(name)); - r->mpq_a = mpq_a; - r->entry = -1; } + r->mpq_a = mpq_a; + r->entry = -1; return r; } |