]> git.tuebingen.mpg.de Git - adu.git/blobdiff - format.h
Remove some duplicate const specifiers.
[adu.git] / format.h
index 1e795c6c03a3bd29c4f1049c271d7d2a90bd547c..69d34f53d1932e7e78d8f3ae44d3cab4a7595480 100644 (file)
--- 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;
 };