summaryrefslogtreecommitdiff
path: root/asmmon.c
diff options
context:
space:
mode:
Diffstat (limited to 'asmmon.c')
-rw-r--r--asmmon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asmmon.c b/asmmon.c
index 9df2bac..453ff3c 100644
--- a/asmmon.c
+++ b/asmmon.c
@@ -576,7 +576,7 @@ uint64_t assemble(struct line *line, uint8_t dbg) {
int asmmon(const char *fn) {
FILE *fp;
- FILE *fp2;
+ FILE *fp2 = NULL;
char *path = malloc(0x400);
if (strcasecmp(fn, "stdin")) {
uint16_t i = 0;