From 3ffd40236667db932969f9fd1f30ed410cf12b2b Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 13 Sep 2010 10:51:00 +0000 Subject: [PATCH] fix typo --- includes/rts/storage/FunTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/rts/storage/FunTypes.h b/includes/rts/storage/FunTypes.h index 402c913..b443667 100644 --- a/includes/rts/storage/FunTypes.h +++ b/includes/rts/storage/FunTypes.h @@ -7,7 +7,7 @@ * ---------------------------------------------------------------------------*/ #ifndef RTS_STORAGE_FUNTYPES_H -#define RTS_STORAGE_FUNTYPES_ +#define RTS_STORAGE_FUNTYPES_H /* generic - function comes with a small bitmap */ #define ARG_GEN 0 -- 1.7.10.4