X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Fmemslap.c;h=47be3c37e63e4dfac8052c002c6e4b3e4d793d22;hb=4464b734d5e88857eeb05b681dcfb43f5c8842a2;hp=d08b4d9bd41404b6d41a166d57530fe750ad47ee;hpb=75bbebb7976acf3cbfdf1525599180cf49e67f56;p=awesomized%2Flibmemcached diff --git a/clients/memslap.c b/clients/memslap.c index d08b4d9b..47be3c37 100644 --- a/clients/memslap.c +++ b/clients/memslap.c @@ -13,6 +13,7 @@ * Mingqiang Zhuang * */ +#include #include #include @@ -163,7 +164,7 @@ static void ms_global_struct_destroy() */ static void ms_version_command(const char *command_name) { - printf("%s v%u.%u\n", command_name, 1, 0); + printf("%s v%u.%u\n", command_name, 1U, 0U); exit(0); } @@ -286,7 +287,7 @@ void ms_help_command(const char *command_name, const char *description) { char *help_message= NULL; - printf("%s v%u.%u\n", command_name, 1, 0); + printf("%s v%u.%u\n", command_name, 1U, 0U); printf(" %s\n\n", description); printf( "Usage:\n"