Code layout fix
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Tue, 13 Jun 2000 11:14:35 +0000 (11:14 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Tue, 13 Jun 2000 11:14:35 +0000 (11:14 +0000)
libguile/regex-posix.c

index b714bb7..66be0fe 100644 (file)
@@ -201,7 +201,7 @@ SCM_DEFINE (scm_make_regexp, "make-regexp", 1, 0, 1,
       flag = SCM_CDR (flag);
     }
          
-  rx = SCM_MUST_MALLOC_TYPE(regex_t);
+  rx = SCM_MUST_MALLOC_TYPE (regex_t);
   status = regcomp (rx, SCM_ROCHARS (pat),
                    /* Make sure they're not passing REG_NOSUB;
                        regexp-exec assumes we're getting match data.  */