From c8a9209d77a896bf49227e5aeccd54e91ccf29cc Mon Sep 17 00:00:00 2001 From: xHire Date: Sat, 25 Oct 2008 14:11:06 +0200 Subject: Changed style of the code to the K&R standard --- src/base/shareFunction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/shareFunction.h') diff --git a/src/base/shareFunction.h b/src/base/shareFunction.h index de4677e..226c377 100644 --- a/src/base/shareFunction.h +++ b/src/base/shareFunction.h @@ -1,6 +1,6 @@ #ifndef SHARE_FUNCTION_H -#define SHARE_FUNCTION_H +# define SHARE_FUNCTION_H extern void initShareFunction(); extern void addToShareFce(char *name, void *function); -- cgit v1.2.3