Mercurial > geeqie.yaz
comparison src/utilops.h @ 446:ddabc4873a3f
Effectively drop empty newlines at end of files (missing from rev 535)
author | zas_ |
---|---|
date | Sun, 20 Apr 2008 18:07:51 +0000 |
parents | 4190882d1a82 |
children | 48c8e49b571c |
comparison
equal
deleted
inserted
replaced
445:89f8bffbce21 | 446:ddabc4873a3f |
---|---|
55 gint copy_file_ext(FileData *fd); | 55 gint copy_file_ext(FileData *fd); |
56 gint move_file_ext(FileData *fd); | 56 gint move_file_ext(FileData *fd); |
57 gint rename_file_ext(FileData *fd); | 57 gint rename_file_ext(FileData *fd); |
58 | 58 |
59 #endif | 59 #endif |
60 |