Mercurial > geeqie
comparison src/print.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 | f6e307c7bad6 |
children | 48c8e49b571c |
comparison
equal
deleted
inserted
replaced
445:89f8bffbce21 | 446:ddabc4873a3f |
---|---|
17 /* do not free selection or list, the print window takes control of them */ | 17 /* do not free selection or list, the print window takes control of them */ |
18 void print_window_new(FileData *fd, GList *selection, GList *list, GtkWidget *parent); | 18 void print_window_new(FileData *fd, GList *selection, GList *list, GtkWidget *parent); |
19 | 19 |
20 | 20 |
21 #endif | 21 #endif |
22 |