Mercurial > geeqie.yaz
changeset 1198:931ff871799f
Cosmetic fix.
author | zas_ |
---|---|
date | Mon, 08 Dec 2008 21:33:14 +0000 |
parents | 806664794967 |
children | 404168a124aa |
files | src/ui_fileops.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ui_fileops.c Sun Dec 07 15:51:50 2008 +0000 +++ b/src/ui_fileops.c Mon Dec 08 21:33:14 2008 +0000 @@ -329,14 +329,14 @@ { struct stat st; - return (stat_utf8(s ,&st) && S_ISDIR(st.st_mode)); + return (stat_utf8(s, &st) && S_ISDIR(st.st_mode)); } gint islink(const gchar *s) { struct stat st; - return (lstat_utf8(s ,&st) && S_ISLNK(st.st_mode)); + return (lstat_utf8(s, &st) && S_ISLNK(st.st_mode)); } gint64 filesize(const gchar *s)