From 4b0372e542e0288171d73623b4613cf4a42734fc Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 3 Nov 2016 21:27:52 -0600 Subject: [PATCH] Missing # on endif --- sched/semaphore/sem_setprotocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sched/semaphore/sem_setprotocol.c b/sched/semaphore/sem_setprotocol.c index 89764f6ad7..1350206941 100644 --- a/sched/semaphore/sem_setprotocol.c +++ b/sched/semaphore/sem_setprotocol.c @@ -127,4 +127,4 @@ int sem_setprotocol(FAR sem_t *sem, int protocol) return ERROR; } -endif /* CONFIG_PRIORITY_INHERITANCE */ +#endif /* CONFIG_PRIORITY_INHERITANCE */