From ad8b9eb5d64ce0608e5f73895da09b8804dc446c Mon Sep 17 00:00:00 2001 From: cherierm Date: Thu, 25 Oct 2007 12:48:06 +0000 Subject: [PATCH 1/1] distraction git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4870 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/xbt/xbt_os_thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.20.1