From 904ce4d595c733b7fdfe19a3245fa115f5c1d97f Mon Sep 17 00:00:00 2001 From: Sebastian Hack Date: Wed, 26 Jul 2006 13:43:23 +0000 Subject: [PATCH] Added a ; --- ir/be/bejavacoal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/bejavacoal.h b/ir/be/bejavacoal.h index 4e583dd0e..f6f9c7a07 100644 --- a/ir/be/bejavacoal.h +++ b/ir/be/bejavacoal.h @@ -15,7 +15,7 @@ typedef struct _java_coal_t java_coal_t; /** * Register libcore options. */ -void java_coal_register_options(lc_opt_entry_t *grp) +void java_coal_register_options(lc_opt_entry_t *grp); #endif /* WITH_LIBCORE */ -- 2.20.1