X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=format.h;h=69d34f53d1932e7e78d8f3ae44d3cab4a7595480;hp=1e795c6c03a3bd29c4f1049c271d7d2a90bd547c;hb=HEAD;hpb=599cc210028d11e60bee2bad0721a6b20f3a26d6 diff --git a/format.h b/format.h index 1e795c6..69d34f5 100644 --- a/format.h +++ b/format.h @@ -44,7 +44,7 @@ enum atom_type { */ struct atom { /** The name of the directive. */ - const char const *name; + const char *name; /** Its type. */ enum atom_type type; };