From 8f42a44253a96f8552f4e03f8f0a0c672d3b4a67 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 24 Mar 2007 15:55:21 +0000 Subject: Cosmetic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@140 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/lib/lib_filesem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/lib/lib_filesem.c') 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; } } -- cgit v1.2.3