summaryrefslogtreecommitdiffstats
path: root/scripts/tkcond.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-08-25 09:12:35 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-08-25 09:12:35 +0000
commitc7fc24dc4420057f103afe8fc64524ebc25c5d37 (patch)
tree3682407a599b8f9f03fc096298134cafba1c9b2f /scripts/tkcond.c
parent1d793fade8b063fde3cf275bf1a5c2d381292cd9 (diff)
o Merge with Linux 2.1.116.
o New Newport console code. o New G364 console code.
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;