summaryrefslogtreecommitdiffstats
path: root/scripts/tkcond.c
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tkcond.c')
-rw-r--r--scripts/tkcond.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tkcond.c b/scripts/tkcond.c
index 58bb072ff..fc133295d 100644
--- a/scripts/tkcond.c
+++ b/scripts/tkcond.c
@@ -96,7 +96,7 @@ static void free_condition(struct condition * cnd)
* Walk all of the conditions, and look for choice values. Convert
* the tokens into something more digestible.
*/
-void fix_choice_cond()
+void fix_choice_cond(void)
{
struct condition * cond;
struct condition * cond2;