summaryrefslogtreecommitdiff
path: root/tumbler/Makefile.am
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis@xfce.org>2009-10-08 13:55:32 +0200
committerJannis Pohlmann <jannis@xfce.org>2009-10-08 13:55:32 +0200
commit4f6085ac25592e18ab082b2707d2bffcf2301047 (patch)
tree5730fc1e289d24b892876b5b38e0910e24deb61b /tumbler/Makefile.am
parent7f6e40bd038bc56fc6b0cb307914b291ab5583d3 (diff)
downloadtumbler-4f6085ac25592e18ab082b2707d2bffcf2301047.tar.gz
Make sure to unlock the mutex before returning. Spotted by Philip.
Diffstat (limited to 'tumbler/Makefile.am')
-rw-r--r--tumbler/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tumbler/Makefile.am b/tumbler/Makefile.am
index 6ca5f14..9ff6d2c 100644
--- a/tumbler/Makefile.am
+++ b/tumbler/Makefile.am
@@ -120,7 +120,7 @@ stamp-tumbler-marshal.h: tumbler-marshal.list Makefile
&& ( glib-genmarshal \
--prefix=tumbler_marshal \
--header $(srcdir)/tumbler-marshal.list ) >> xgen-emh \
- && echo "#endif /*! __TUMBLER_MARSHAL_H__ */" >> xgen-emh \
+ && echo "#endif /* !__TUMBLER_MARSHAL_H__ */" >> xgen-emh \
&& ( cmp -s xgen-emh tumbler-marshal.h \
|| cp xgen-emh tumbler-marshal.h ) \
&& rm -f xgen-emh \