diff options
author | Georg Holzmann <grholzi@users.sourceforge.net> | 2007-01-07 16:17:03 +0000 |
---|---|---|
committer | Georg Holzmann <grholzi@users.sourceforge.net> | 2007-01-07 16:17:03 +0000 |
commit | 92733000453d6c0bf86413491f0eb83eb0a3cc09 (patch) | |
tree | 93ec2d212b35ffe514f957647f96547d39684c9b | |
parent | b047852f851878e3a6a4286942488d92d3b4aef4 (diff) |
small fix for compilation on OS-X (Thomas Grill)
svn path=/trunk/externals/grh/; revision=7225
-rwxr-xr-x | adaptive/src/adaptive.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adaptive/src/adaptive.c b/adaptive/src/adaptive.c index 223bb0a..db0e3e3 100755 --- a/adaptive/src/adaptive.c +++ b/adaptive/src/adaptive.c @@ -20,7 +20,7 @@ typedef struct _adaptive t_object x_obj;
} t_adaptive;
-t_class *adaptive_class;
+t_class *adaptive_class = NULL;
static void adaptive_help(void)
{
|