From 40e581d0786f9abb2403e10a05021dcf1f0a8eda Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Mon, 16 Nov 2020 08:07:45 -0600 Subject: Add ; --- P3/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/P3/server.c b/P3/server.c index 6e99330..d8c6f35 100644 --- a/P3/server.c +++ b/P3/server.c @@ -222,7 +222,7 @@ int main(int argc, char **argv) { //Should the queue start this large? dynQ = (cache_entry_t*) malloc(cSiz * sizeof(cache_entry_t)); if (dynQ == NULL) { - printf("malloc cannot allocate the initial requested memory.\n") + printf("malloc cannot allocate the initial requested memory.\n"); } } -- cgit v1.2.3