aboutsummaryrefslogtreecommitdiff
path: root/src/sdgui.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-10-29 08:16:49 +0200
committerPřemysl Eric Janouch <p@janouch.name>2021-10-30 03:02:33 +0200
commite383a50af724b229115abb927521b4480cf41265 (patch)
tree9adf075322944305f25e14658de88d027cd9ce7c /src/sdgui.c
parented26259e6dba4600c8d4ad0423e3e700312ab4be (diff)
downloadtdv-e383a50af724b229115abb927521b4480cf41265.tar.gz
tdv-e383a50af724b229115abb927521b4480cf41265.tar.xz
tdv-e383a50af724b229115abb927521b4480cf41265.zip
Add clang-format configuration, clean up
Diffstat (limited to 'src/sdgui.c')
-rw-r--r--src/sdgui.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sdgui.c b/src/sdgui.c
index 9589fa9..d0e9fc9 100644
--- a/src/sdgui.c
+++ b/src/sdgui.c
@@ -305,7 +305,6 @@ on_open (G_GNUC_UNUSED GtkMenuItem *item, G_GNUC_UNUSED gpointer data)
Dictionary *dict = g_malloc0 (sizeof *dict);
dict->filename = iter->data;
g_ptr_array_add (new_dictionaries, dict);
-
}
g_slist_free (paths);
}