From: Adam Dickmeiss Date: Wed, 10 Jan 2007 10:03:56 +0000 (+0000) Subject: Avoid empty struct becuase some compilers dont like it. X-Git-Tag: rather.stable.2007.01.11~21 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=caa025a9ad1dc0f12b5e921acc69a46403e331ac;p=pazpar2-moved-to-github.git Avoid empty struct becuase some compilers dont like it. --- diff --git a/src/config.h b/src/config.h index 8b3cfd2..56caece 100644 --- a/src/config.h +++ b/src/config.h @@ -53,6 +53,7 @@ struct conf_server struct conf_queryprofile { + int dummy; }; struct conf_retrievalmap