From: Andre Date: Sat, 25 Feb 2006 09:15:54 +0000 (+0100) Subject: Merge branch 'para_play_fixes' X-Git-Tag: v0.2.11~48 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=c4048f1764be328fb5515df6c31704eb7199b6aa;hp=c44832042ede98e5ec9f3f9b85e800367e9f5c1f Merge branch 'para_play_fixes' --- diff --git a/ipc.c b/ipc.c index 1d9112d7..74ba0499 100644 --- a/ipc.c +++ b/ipc.c @@ -44,7 +44,7 @@ int mutex_new(void) /** * destroy a mutex * - * \param, id the identifier of the mutex to be destroyed + * \param id the identifier of the mutex to be destroyed * * \returns Positive on success, -E_SEM_REMOVE on errors. *