projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd948ff
)
Indented two lines that I missed in last commit. No code changes
author
Nicola Pero
<nicola@gcc.gnu.org>
Tue, 14 Dec 2010 20:56:30 +0000
(20:56 +0000)
committer
Nicola Pero
<nicola@gcc.gnu.org>
Tue, 14 Dec 2010 20:56:30 +0000
(20:56 +0000)
From-SVN: r167817
libobjc/selector.c
patch
|
blob
|
history
diff --git
a/libobjc/selector.c
b/libobjc/selector.c
index f978dd02c966a31bada438e32a0a48e869629e54..582dc550d6e8a47419380f15253322e50b9985d2 100644
(file)
--- a/
libobjc/selector.c
+++ b/
libobjc/selector.c
@@
-293,8
+293,8
@@
sel_get_any_typed_uid (const char *name)
s = (SEL) l->head;
if (s->sel_types)
{
-
objc_mutex_unlock (__objc_runtime_mutex);
-
return s;
+ objc_mutex_unlock (__objc_runtime_mutex);
+ return s;
}
}