Skip to content

Commit 1f6da93

Browse files
authored
Queue Array Header
1 parent 771b5a3 commit 1f6da93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queuearray.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ void serve(Q *pQueue,int *served,int *underflow)
4444
*underflow = FALSE;
4545
*served = pQueue->a[++(pQueue->front)];
4646
}
47-
}
47+
}

0 commit comments

Comments
 (0)