[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Mon, 26 Apr 2021 02:13:17 -0400 (EDT) |
branch: master
commit f02f7790cd337cfd988fd4960c6081db52d5ad71
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Apr 26 07:10:34 2021 +0100
fix compilation
---
info/nodes.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/info/nodes.c b/info/nodes.c
index 5282020..9a52c80 100644
--- a/info/nodes.c
+++ b/info/nodes.c
@@ -480,7 +480,7 @@ get_tags_of_indirect_tags_table (FILE_BUFFER *file_buffer,
free (file_buffer->subfiles);
file_buffer->subfiles = NULL;
free_file_buffer_tags (file_buffer);
- free (subfiles):
+ free (subfiles);
return;
}