summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Nindl <nine@wirdorange.org>2007-12-27 02:52:26 +0000
committerErwin Nindl <nine@wirdorange.org>2007-12-27 02:52:26 +0000
commita168b335dccd4afd9819729fcbc0848b1d98aa39 (patch)
treee8a3c341006b570804e58feba2457daea6a6ce28
parentadded cypherfactory (diff)
fixed define for include
-rw-r--r--threadParam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/threadParam.h b/threadParam.h
index 01fa2aa..11b7c72 100644
--- a/threadParam.h
+++ b/threadParam.h
@@ -29,7 +29,7 @@
*/
#ifndef _THREAD_PARAM_H
-#define _THREAD_PARAM__H
+#define _THREAD_PARAM_H
#include "threadUtils.hpp"
#include "datatypes.h"