summaryrefslogtreecommitdiffstats
path: root/source/dialogs/run.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-11-24 22:02:30 +0100
committerDave Davenport <qball@gmpclient.org>2015-11-24 22:02:30 +0100
commitd1591273e7c0707276947302798a43c75d1a1ec4 (patch)
tree0b667960933ff01dfc87d07acfbeea65a76d0907 /source/dialogs/run.c
parent00a555b6856fd6e9bebcc1c2c11747d7553da5fa (diff)
Cleanups, rename and document.
Diffstat (limited to 'source/dialogs/run.c')
-rw-r--r--source/dialogs/run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/dialogs/run.c b/source/dialogs/run.c
index 3ce143aa..81a3609b 100644
--- a/source/dialogs/run.c
+++ b/source/dialogs/run.c
@@ -326,7 +326,7 @@ static void run_mode_destroy ( Switcher *sw )
}
}
-static char *mgrv ( const Switcher *sw, unsigned int selected_line, G_GNUC_UNUSED int *state, int get_entry )
+static char *mgrv ( const Switcher *sw, unsigned int selected_line, G_GNUC_UNUSED int *state, int get_entry )
{
const RunModePrivateData *rmpd = (const RunModePrivateData *) sw->private_data;
return get_entry ? g_strdup ( rmpd->cmd_list[selected_line] ) : NULL;