summaryrefslogtreecommitdiff
path: root/preproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'preproc.c')
-rw-r--r--preproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/preproc.c b/preproc.c
index 0cefa7d7..8400773b 100644
--- a/preproc.c
+++ b/preproc.c
@@ -1543,7 +1543,7 @@ static FILE *inc_fopen(const char *file, StrList **dhead, StrList ***dtail,
if (found_path != NULL && *found_path != NULL) {
nasm_free(*found_path);
- *found_path == NULL;
+ *found_path = NULL;
}
if (!ip) {