diff options
Diffstat (limited to 'src/hs-helper.cpp')
-rw-r--r-- | src/hs-helper.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hs-helper.cpp b/src/hs-helper.cpp index 33ab721..30b53b2 100644 --- a/src/hs-helper.cpp +++ b/src/hs-helper.cpp @@ -330,8 +330,8 @@ int readJsonFile(const char* file, struct json_object **obj) * - obj : json_object * * #### Return - * 0 : read success - * -1 : read fail + * 0 : write success + * -1 : write fail * */ int writeJsonFile(const char* file, struct json_object *obj) |