X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=attribute.c;h=1ccdc5de09592fac95b80f4a9bbd7ffb683d5bff;hb=776944099aee0467915e9ea4f3c2f3f10f742aaa;hp=8f9b2e03711a3179580bdff79e16d934cb1b568f;hpb=c8a74a89b4428528d5d7947b440c3ec5a0a65e0f;p=cparser diff --git a/attribute.c b/attribute.c index 8f9b2e0..1ccdc5d 100644 --- a/attribute.c +++ b/attribute.c @@ -200,7 +200,7 @@ static void handle_attribute_aligned(const attribute_t *attribute, } switch (entity->kind) { - DECLARATION_KIND_CASES + case DECLARATION_KIND_CASES: entity->declaration.alignment = alignment; case ENTITY_TYPEDEF: entity->typedefe.alignment = alignment;