Skip to content

Commit

Permalink
gui: remove duplicate newline
Browse files Browse the repository at this point in the history
  • Loading branch information
hanatos committed Jul 9, 2024
1 parent 02a195c commit afcda7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ int main(int argc, char *argv[])
// init global things, log and pipeline:
dt_log_init(s_log_err|s_log_gui);
int lastarg = dt_log_init_arg(argc, argv);
dt_log(s_log_gui, "vkdt "VKDT_VERSION" (c) 2020--2024 johannes hanika\n");
dt_log(s_log_gui, "vkdt "VKDT_VERSION" (c) 2020--2024 johannes hanika");
dt_pipe_global_init();
threads_global_init();
dt_set_signal_handlers();
Expand Down

0 comments on commit afcda7b

Please sign in to comment.