diff options
Diffstat (limited to 'src/lib/ecore_file')
-rw-r--r-- | src/lib/ecore_file/ecore_file.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/ecore_file/ecore_file.c b/src/lib/ecore_file/ecore_file.c index 015a9b9675..3bb8b1e243 100644 --- a/src/lib/ecore_file/ecore_file.c +++ b/src/lib/ecore_file/ecore_file.c | |||
@@ -921,9 +921,9 @@ ecore_file_ls(const char *dir) | |||
921 | * @brief Return the executable from the given command. | 921 | * @brief Return the executable from the given command. |
922 | * | 922 | * |
923 | * @param app The application command, with parameters. | 923 | * @param app The application command, with parameters. |
924 | * @return The executable from @p app as a newly allocated string. Arguments | 924 | * @return The executable from @p app as a newly allocated string. Arguments |
925 | * are removed and escape characters are handled. If @p app is @c NULL, or | 925 | * are removed and escape characters are handled. If @p app is @c NULL, or |
926 | * on failure, the function returns @c NULL. When not needed anymore, the | 926 | * on failure, the function returns @c NULL. When not needed anymore, the |
927 | * returned value must be freed. | 927 | * returned value must be freed. |
928 | */ | 928 | */ |
929 | EAPI char * | 929 | EAPI char * |
@@ -1047,7 +1047,7 @@ ecore_file_escape_name(const char *filename) | |||
1047 | *q = 'n'; | 1047 | *q = 'n'; |
1048 | q++; | 1048 | q++; |
1049 | p++; | 1049 | p++; |
1050 | continue; | 1050 | continue; |
1051 | } | 1051 | } |
1052 | 1052 | ||
1053 | *q = *p; | 1053 | *q = *p; |