From 6bdaf40528a6961e089bb58ecb52a12a41c6a439 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 31 Aug 2008 18:59:57 +0200 Subject: [PATCH] Fixed a typo in guard macro name. --- ucw/threads.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.39.2