diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2009-04-11 07:11:16 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2009-04-11 07:11:16 +0000 |
commit | 51bc45acb46f32b2dcdec4151a52be58c1b33d06 (patch) | |
tree | a721623756657a58bff610d30b17be21c33cd3ef /legacy/ecore/src/lib/ecore_file/ecore_file.c | |
parent | de96594bdeb5482ae72418560f5aaa556d2f6a55 (diff) |
remove nasty warning.
SVN revision: 39967
Diffstat (limited to '')
-rw-r--r-- | legacy/ecore/src/lib/ecore_file/ecore_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy/ecore/src/lib/ecore_file/ecore_file.c b/legacy/ecore/src/lib/ecore_file/ecore_file.c index a34e004a93..de7456206e 100644 --- a/legacy/ecore/src/lib/ecore_file/ecore_file.c +++ b/legacy/ecore/src/lib/ecore_file/ecore_file.c | |||
@@ -55,7 +55,7 @@ ecore_file_init() | |||
55 | // goto error; | 55 | // goto error; |
56 | return init; | 56 | return init; |
57 | 57 | ||
58 | error: | 58 | //error: |
59 | 59 | ||
60 | ecore_file_monitor_shutdown(); | 60 | ecore_file_monitor_shutdown(); |
61 | ecore_file_path_shutdown(); | 61 | ecore_file_path_shutdown(); |