Skip to content

Commit c5fb937

Browse files
authored
Queue Circular Array Main
1 parent a27f767 commit c5fb937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QueueCircularArray.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ int main()
4040
}
4141
}
4242
while(choice!=3);
43-
return 0;
43+
return 0;
4444
}
4545

4646

0 commit comments

Comments
 (0)