From ad3793aaf7957d13d70767493e04452bfd233d7f Mon Sep 17 00:00:00 2001 From: Richard Cochran Date: Wed, 4 Sep 2013 20:55:11 +0200 Subject: [PATCH] Add missing semicolon to enumeration. This patch adds a semicolon forgotten in commit 5bf265e "missing: add onestep sync to missing.h" Signed-off-by: Richard Cochran --- missing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/missing.h b/missing.h index 99a8d83..d6b2355 100644 --- a/missing.h +++ b/missing.h @@ -47,7 +47,7 @@ #ifndef HAVE_ONESTEP_SYNC enum _missing_hwtstamp_tx_types { HWTSTAMP_TX_ONESTEP_SYNC = 2, -} +}; #endif #ifndef HAVE_CLOCK_ADJTIME