Missing # on endif

This commit is contained in:
Gregory Nutt 2016-11-03 21:27:52 -06:00
parent 1d0d2fb8e1
commit 4b0372e542

View File

@ -127,4 +127,4 @@ int sem_setprotocol(FAR sem_t *sem, int protocol)
return ERROR; return ERROR;
} }
endif /* CONFIG_PRIORITY_INHERITANCE */ #endif /* CONFIG_PRIORITY_INHERITANCE */