Commit 8117747b authored by bussotti's avatar bussotti

Update pdcp_benchmark.c

parent 8ebb9158
...@@ -59,7 +59,7 @@ int main(int argc, char *argv[]) ...@@ -59,7 +59,7 @@ int main(int argc, char *argv[])
int resQ; int resQ;
if(argc < 2) if(argc < 2)
{ {
printf("You should pass the test you want as parameter") printf("You should pass the test you want as parameter");
} }
resQ = atoi(argv[1]); resQ = atoi(argv[1]);
pool_buffer_init(); pool_buffer_init();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment