diff options
author | Erwin Nindl <nine@wirdorange.org> | 2007-12-27 02:52:26 +0000 |
---|---|---|
committer | Erwin Nindl <nine@wirdorange.org> | 2007-12-27 02:52:26 +0000 |
commit | a168b335dccd4afd9819729fcbc0848b1d98aa39 (patch) | |
tree | e8a3c341006b570804e58feba2457daea6a6ce28 | |
parent | added cypherfactory (diff) |
fixed define for include
-rw-r--r-- | threadParam.h | 2 |
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" |