From: Martin Mares Date: Sun, 31 Aug 2008 16:59:57 +0000 (+0200) Subject: Fixed a typo in guard macro name. X-Git-Tag: v5.0~126 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=6bdaf40528a6961e089bb58ecb52a12a41c6a439;p=libucw.git Fixed a typo in guard macro name. --- diff --git a/ucw/threads.h b/ucw/threads.h index 567c4328..9334e29e 100644 --- a/ucw/threads.h +++ b/ucw/threads.h @@ -7,8 +7,8 @@ * of the GNU Lesser General Public License. */ -#ifndef _UCW_THREAD_H -#define _UCW_THREAD_H +#ifndef _UCW_THREADS_H +#define _UCW_THREADS_H /* This structure holds per-thread data */