diff options
author | pashamray <pashamray@gmail.com> | 2014-07-05 20:41:19 +0300 |
---|---|---|
committer | pashamray <pashamray@gmail.com> | 2014-07-05 20:41:19 +0300 |
commit | 6994219998b70d55f3769041fd4e323a12be6552 (patch) | |
tree | eb41a79d6f8ca0aa569fbb33e7f9badfef425636 /src/gfile | |
parent | 5dba30b0a8e6c7a171784b18019974336ab633a8 (diff) | |
parent | a675812b08fa9b86c841762441b4ed4060ff4aa0 (diff) | |
download | uGFX-6994219998b70d55f3769041fd4e323a12be6552.tar.gz uGFX-6994219998b70d55f3769041fd4e323a12be6552.tar.bz2 uGFX-6994219998b70d55f3769041fd4e323a12be6552.zip |
Tectu/ugfx слито с master
Diffstat (limited to 'src/gfile')
-rw-r--r-- | src/gfile/sys_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfile/sys_defs.h b/src/gfile/sys_defs.h index 4280f7fe..0c5bac0c 100644 --- a/src/gfile/sys_defs.h +++ b/src/gfile/sys_defs.h @@ -73,7 +73,7 @@ extern "C" { /** * @brief Get the size of a file - * @note Please use @p gfileGetSize() if the file is not opened + * @note Please use @p gfileGetSize() if the file is opened * * @param[in] fname The file name * |