From fde5cb29f95f51ed075c34f5eebdccb81fa2f0e4 Mon Sep 17 00:00:00 2001 From: nirav Date: Sun, 30 Sep 2018 21:39:59 +0530 Subject: Added async file loading --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index b5eb616..4289f9f 100644 --- a/src/main.c +++ b/src/main.c @@ -28,7 +28,7 @@ static void open(GApplication *app, GFile **files, gint n_files, int i = scan(curr_filename); if (i < 0) { printf("failed to load file\n"); - return; + quit(); } i = load_image(curr_filename); -- cgit v1.2.3