Remove some duplicate const specifiers.
[adu.git] / format.h
index 4446f49c7c7908477dfd6fb546291e0102eadaaf..69d34f53d1932e7e78d8f3ae44d3cab4a7595480 100644 (file)
--- a/format.h
+++ b/format.h
@@ -1,4 +1,10 @@
-/** \file format.h Exported symbols from \p format.c. */
+/*
+ * Copyright (C) 2008 Andre Noll <maan@tuebingen.mpg.de>
+ *
+ * Licensed under the GPL v2. For licencing details see COPYING.
+ */
+
+/** \file format.h \brief Exported symbols from \p format.c. */
 
 /** The possible types of format string directives (aka atoms). */
 enum atom_type {
@@ -38,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;
 };