]> git.sur5r.net Git - cc65/blobdiff - src/cc65/expr.c
Fix missing spaces
[cc65] / src / cc65 / expr.c
index a4b58b7230e26405fac23f8ce6e9c42d8060c925..fad1c9514044741536b0ec28f85d1f1d831e9f7c 100644 (file)
@@ -704,7 +704,7 @@ static void Primary (ExprDesc* E)
                 /* output its label */
                 E->Flags = E_RTYPE_RVAL | E_LOC_STATIC;
                 E->Name = Entry->V.L.Label;
-                E->Type = PointerTo(type_void);
+                E->Type = PointerTo (type_void);
                 NextToken ();
             } else {
                 Error ("Computed gotos are a C extension, not supported with this --standard");