Skip to content

Commit 5b35acf

Browse files
committed
Merge branch 'master' of github.com:KnightOS/patchrom
2 parents 08f264c + 058356e commit 5b35acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ void load_symbols()
126126
unsigned short address;
127127
char *pbuf;
128128
int c;
129-
struct entry *ent, *prev = NULL;
129+
struct entry *ent;
130130

131131
while (1) { // symbol lines
132132
comment = 0;

0 commit comments

Comments
 (0)