diff options
Diffstat (limited to 'test/cache_logging.c')
-rw-r--r-- | test/cache_logging.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cache_logging.c b/test/cache_logging.c index 12f3d96..d62ab5e 100644 --- a/test/cache_logging.c +++ b/test/cache_logging.c @@ -38,7 +38,7 @@ test_logging_api(void) hbool_t is_enabled_out; hbool_t start_on_access; hbool_t start_on_access_out; - char * location = NULL; + char *location = NULL; size_t size; hid_t fid = -1; |