summaryrefslogtreecommitdiffstats
path: root/lib/vty_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vty_local.h')
-rw-r--r--lib/vty_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vty_local.h b/lib/vty_local.h
index ed2c5ce4..212ab053 100644
--- a/lib/vty_local.h
+++ b/lib/vty_local.h
@@ -177,7 +177,7 @@ extern int vty_assert_fail ;
Inline void
VTY_ASSERT_FAILED(void)
{
- if (vty_assert_fail == 0) ;
+ if (vty_assert_fail == 0)
{
vty_assert_fail = 1 ;
assert(0) ;