- remove trailing slash, thanks kiwi

SVN revision: 18912
This commit is contained in:
codewarrior 2005-12-08 11:16:47 +00:00 committed by codewarrior
parent 485c1f48b3
commit 3be597c032
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ e_thumb_geometry_get(char *file, int *w, int *h, int from_eet)
return;
}
}
if(!eet_data_image_header_read(ef, "/thumbnail/data/", w, h, NULL, NULL,
if(!eet_data_image_header_read(ef, "/thumbnail/data", w, h, NULL, NULL,
NULL, NULL))
{
eet_close(ef);