diff options
-rw-r--r-- | P3/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); } } |