X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=format.h;h=69d34f53d1932e7e78d8f3ae44d3cab4a7595480;hp=b5ca1af78b6ae8b37fcc330446daf45f0b1b9f3b;hb=272ef6dcb6bb9fbc6e4f2e2368329097fd80c5a9;hpb=d2ce6e60cb915dff3a0920a0b48f786435bd4ec8 diff --git a/format.h b/format.h index b5ca1af..69d34f5 100644 --- a/format.h +++ b/format.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Andre Noll + * Copyright (C) 2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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; };