summaryrefslogtreecommitdiffstats
path: root/source/dialogs/run.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-03-24 22:15:10 +0100
committerDave Davenport <qball@gmpclient.org>2016-03-24 22:15:10 +0100
commit212768257375ab285d41d3b17a11e9997f403d7e (patch)
treed78896757b7968dc912f192eb67aa047378d6d6b /source/dialogs/run.c
parentc4b65d975c08862dfbdce2552e681c62ea79da2f (diff)
Cleanup unused type specifier (dialogs).
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 aa092680..ad5d4953 100644
--- a/source/dialogs/run.c
+++ b/source/dialogs/run.c
@@ -57,7 +57,7 @@
/**
* The internal data structure holding the private data of the Run Mode.
*/
-typedef struct _RunModePrivateData
+typedef struct
{
/** list of available commands. */
char **cmd_list;