X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fstorage.cc;h=61ca8270cce22d77ac8db9f7c4c32c81709b9329;hb=1be11f8bb8fdf368985d9e1c900b250541dc4791;hp=079fba1d62ac4a785f85de6115a66be53592a8a6;hpb=398f48445cacf12679248142f0c86d3a0d6caab6;p=awesomized%2Flibmemcached diff --git a/libmemcached/storage.cc b/libmemcached/storage.cc index 079fba1d..61ca8270 100644 --- a/libmemcached/storage.cc +++ b/libmemcached/storage.cc @@ -74,7 +74,7 @@ static inline const char *storage_op_string(memcached_storage_action_t verb) return "set "; } -static inline uint8_t can_by_encrypted(const memcached_storage_action_t verb) +static inline bool can_by_encrypted(const memcached_storage_action_t verb) { switch (verb) {