diff options
author | Cedric Bail <cedric.bail@samsung.com> | 2013-11-04 11:28:56 +0900 |
---|---|---|
committer | Cedric Bail <cedric.bail@samsung.com> | 2013-11-04 11:28:56 +0900 |
commit | 07c306a2724368ab71a046afc754a99826618bad (patch) | |
tree | dcfdc38fdde9e3c0ca7effca71c0aa8f1f353500 /src/lib/eet/eet_lib.c | |
parent | 1c7f60208725a1a04d9970156c2e18dd3072264c (diff) |
eet: let's use const Eina_File here to.
Diffstat (limited to '')
-rw-r--r-- | src/lib/eet/eet_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eet/eet_lib.c b/src/lib/eet/eet_lib.c index 7fa8ce97e9..e32fcc06fe 100644 --- a/src/lib/eet/eet_lib.c +++ b/src/lib/eet/eet_lib.c | |||
@@ -1431,7 +1431,7 @@ eet_file_get(Eet_File *ef) | |||
1431 | } | 1431 | } |
1432 | 1432 | ||
1433 | EAPI Eet_File * | 1433 | EAPI Eet_File * |
1434 | eet_mmap(Eina_File *file) | 1434 | eet_mmap(const Eina_File *file) |
1435 | { | 1435 | { |
1436 | Eet_File *ef = NULL; | 1436 | Eet_File *ef = NULL; |
1437 | const char *path; | 1437 | const char *path; |