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 <richardcochran@gmail.com>
master
Richard Cochran 2013-09-04 20:55:11 +02:00
parent b943ea2fba
commit ad3793aaf7
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
#ifndef HAVE_ONESTEP_SYNC
enum _missing_hwtstamp_tx_types {
HWTSTAMP_TX_ONESTEP_SYNC = 2,
}
};
#endif
#ifndef HAVE_CLOCK_ADJTIME