From 1feae45f283decff5c47dcc44349af128df3add5 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 15 Jan 2007 11:11:16 +0000 Subject: [PATCH] r20803: fix compiler warning about extra semicolon metze --- source/heimdal_build/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/heimdal_build/config.h b/source/heimdal_build/config.h index 81bda22cf96..7a51def3c61 100644 --- a/source/heimdal_build/config.h +++ b/source/heimdal_build/config.h @@ -9,7 +9,7 @@ #include "include/config.h" #include "lib/replace/replace.h" -#define RCSID(msg) +#define RCSID(msg) struct __rcsid { int __rcsdi; } #define KRB5 /* This needs to be defined for roken too */ -- 2.11.4.GIT