diff options
author | Oleg Morozenkov <reo7sp@users.noreply.github.com> | 2017-01-26 00:34:11 +0300 |
---|---|---|
committer | Oleg Morozenkov <reo7sp@users.noreply.github.com> | 2017-01-26 00:40:12 +0300 |
commit | bf0d39d4aae287306daa1ed13182926a373e3e41 (patch) | |
tree | c2aaa035a3f114d84b49994b168b20af8ffc6520 /include/tgbot/tools/FileTools.h | |
parent | 85e0e991973594fb458410876a1cc09c5971b918 (diff) |
Fix warning: nonnull argument 'value' compared to NULL
Diffstat (limited to 'include/tgbot/tools/FileTools.h')
-rw-r--r-- | include/tgbot/tools/FileTools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tgbot/tools/FileTools.h b/include/tgbot/tools/FileTools.h index 6071852..7329a8e 100644 --- a/include/tgbot/tools/FileTools.h +++ b/include/tgbot/tools/FileTools.h @@ -1,5 +1,5 @@ // -// Created by Oleg on 25.01.17. +// Created by Oleg Morozenkov on 25.01.17. // #ifndef TGBOT_FILETOOLS_H |