summaryrefslogtreecommitdiff
path: root/nuttx/lib
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/lib')
-rw-r--r--nuttx/lib/lib_filesem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/lib/lib_filesem.c b/nuttx/lib/lib_filesem.c
index 62b45b4bc..0eaecf99f 100644
--- a/nuttx/lib/lib_filesem.c
+++ b/nuttx/lib/lib_filesem.c
@@ -106,7 +106,7 @@ void lib_take_semaphore(FAR struct file_struct *stream)
/* We have it. Claim the stak and return */
- stream->fs_holder = my_pid;
+ stream->fs_holder = my_pid;
stream->fs_counts = 1;
}
}