X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=format.h;h=69d34f53d1932e7e78d8f3ae44d3cab4a7595480;hb=refs%2Fheads%2Fpu;hp=9761ea2548e9362db9fc37cad284dfa3a328c5f7;hpb=3bb9b0ca535be1eb28b64972bdf0e205e6afc93e;p=adu.git diff --git a/format.h b/format.h index 9761ea2..69d34f5 100644 --- a/format.h +++ b/format.h @@ -1,10 +1,10 @@ /* - * Copyright (C) 2008 Andre Noll + * Copyright (C) 2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ -/** \file format.h Exported symbols from \p format.c. */ +/** \file format.h \brief Exported symbols from \p format.c. */ /** The possible types of format string directives (aka atoms). */ enum atom_type { @@ -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; };