X-Git-Url: https://git.sur5r.net/?p=cc65;a=blobdiff_plain;f=src%2Fcc65%2Fexpr.c;h=fad1c9514044741536b0ec28f85d1f1d831e9f7c;hp=a4b58b7230e26405fac23f8ce6e9c42d8060c925;hb=a9cbb5305c3863b3385c54d7112bd587e8d075c4;hpb=304473d8579f1a266c76c90c2c4da59fcc219281 diff --git a/src/cc65/expr.c b/src/cc65/expr.c index a4b58b723..fad1c9514 100644 --- a/src/cc65/expr.c +++ b/src/cc65/expr.c @@ -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");