[project @ 2000-07-08 23:06:46 by panne]
[ghc-hetmet.git] / ghc / interpreter / object.c
index 762b382..75a1b7f 100644 (file)
@@ -81,7 +81,6 @@ ObjectCode*  ocNew ( void   (*errMsg)(char*),
    oc->sizesectionTab    = 0;
    oc->usedsectionTab    = 0;
    oc->next              = NULL;
-
    return oc;
 }