From: cherierm Date: Thu, 25 Oct 2007 12:48:06 +0000 (+0000) Subject: distraction X-Git-Tag: v3.3~931 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ad8b9eb5d64ce0608e5f73895da09b8804dc446c distraction git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4870 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/xbt/xbt_os_thread.c b/src/xbt/xbt_os_thread.c index 45aa0fe263..77d1ecacdf 100644 --- a/src/xbt/xbt_os_thread.c +++ b/src/xbt/xbt_os_thread.c @@ -558,7 +558,7 @@ void xbt_os_sem_get_value(xbt_os_sem_t sem, int* svalue) { if(!sem) - THROW0(arg_error,EINVAL,"Cannot get the value of the NULL semaphore",); + THROW0(arg_error,EINVAL,"Cannot get the value of the NULL semaphore"); #ifndef HAVE_SEM_WAIT if(sem_getvalue((sem->s),svalue) < 0)