diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 205a65364..72b652e8c 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1513,7 +1513,7 @@ void enable_control_logging(void); int _log_conn_is_control = (conn && conn->type == CONN_TYPE_CONTROL); \ if (_log_conn_is_control) \ disable_control_logging(); \ - do {stmt;} while(0); \ + do {stmt;} while (0); \ if (_log_conn_is_control) \ enable_control_logging(); \ } while (0) |