Skip to content

Commit 6c3167d

Browse files
Update src/forder.c
Co-authored-by: Michael Chirico <[email protected]>
1 parent 5c45965 commit 6c3167d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/forder.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ typedef struct {
6262
int radix;
6363
} State;
6464

65-
static State *queue= NULL;
65+
static State *queue=NULL;
6666
static int front, rear, queuesize;
6767

6868
static char msg[1001];

0 commit comments

Comments
 (0)