mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
FS: Fix typo. Latent bug but innocuous in its current usage
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
#define NO_HOLDER (pid_t)-1;
|
||||
#define NO_HOLDER ((pid_t)-1)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Types
|
||||
|
||||
Reference in New Issue
Block a user