FS: Fix typo. Latent bug but innocuous in its current usage

This commit is contained in:
Gregory Nutt 2017-01-27 08:50:01 -06:00
parent 25bf212ab4
commit 8b5af8bf50

View File

@ -52,7 +52,7 @@
* Pre-processor Definitions
****************************************************************************/
#define NO_HOLDER (pid_t)-1;
#define NO_HOLDER ((pid_t)-1)
/****************************************************************************
* Private Types