X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/cdcaf41c6bb6275fb40f59ad1b32a4485525c489..96bcc8cbfb8bc23d7f86bc5aed9606f589eda69f:/src/main.c diff --git a/src/main.c b/src/main.c index babcadc6..e648bd85 100644 --- a/src/main.c +++ b/src/main.c @@ -74,7 +74,6 @@ static void open_window ( VikWindow *vw, const gchar **files ) if ( newvw ) while ( *files ) { vik_window_open_file ( newvw, *(files++), change_fn ); - files++; } }