From c78623e9050027759c1055ab17ba15ba31ad9dbd Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 8 Jan 2007 14:16:42 +0000 Subject: r20610: Fix a Solaris warning (This used to be commit 60d7b349dbc12288a3da0486b571a1d83401d0b7) --- source3/libgpo/gpo_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libgpo/gpo_util.c') diff --git a/source3/libgpo/gpo_util.c b/source3/libgpo/gpo_util.c index bd11becad0..9c74fc6a73 100644 --- a/source3/libgpo/gpo_util.c +++ b/source3/libgpo/gpo_util.c @@ -267,7 +267,7 @@ void dump_gpo(TALLOC_CTX *mem_ctx, struct GROUP_POLICY_OBJECT *gpo, int debuglev } dump_gp_ext(&gp_ext, lvl); } -}; +} void dump_gplink(ADS_STRUCT *ads, TALLOC_CTX *mem_ctx, struct GP_LINK *gp_link) { -- cgit