]> mj.ucw.cz Git - libucw.git/commitdiff
Fixed a typo in guard macro name.
authorMartin Mares <mj@ucw.cz>
Sun, 31 Aug 2008 16:59:57 +0000 (18:59 +0200)
committerMartin Mares <mj@ucw.cz>
Tue, 29 Mar 2011 10:51:44 +0000 (12:51 +0200)
ucw/threads.h

index 567c43280682c650532f2c768b605e9eeabba7b6..9334e29e317434a2cde4f1d3e2b3c5f77ddb2383 100644 (file)
@@ -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 */