summaryrefslogtreecommitdiffstats
path: root/lib/log_local.h
diff options
context:
space:
mode:
authorChris Hall <chris.hall@highwayman.com>2011-09-02 12:07:01 +0100
committerChris Hall <chris.hall@highwayman.com>2011-09-02 12:07:01 +0100
commit3593a823ca0dd92bbe58aa3464d8a371f6f35e70 (patch)
tree933eadc60f5c9e16dc5d9bf6b3762870a11d1a81 /lib/log_local.h
parent3690074a486cfada568975e287d9cbb9e687501f (diff)
downloadquagga-3593a823ca0dd92bbe58aa3464d8a371f6f35e70.tar.bz2
quagga-3593a823ca0dd92bbe58aa3464d8a371f6f35e70.tar.xz
Changed gcc options to -std=c99 and -O2, and tighted warnings.
Some small changes to accomodate same.
Diffstat (limited to 'lib/log_local.h')
-rw-r--r--lib/log_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/log_local.h b/lib/log_local.h
index d96f9f8b..b5e712d0 100644
--- a/lib/log_local.h
+++ b/lib/log_local.h
@@ -119,7 +119,7 @@ extern int log_assert_fail ;
Inline void
LOG_ASSERT_FAILED(void)
{
- if (log_assert_fail == 0) ;
+ if (log_assert_fail == 0)
{
log_assert_fail = 1 ;
assert(0) ;