]> git.tuebingen.mpg.de Git - adu.git/blobdiff - select.c
Remove some duplicate const specifiers.
[adu.git] / select.c
index 15ad7070844da6915970eb992df8d686f8408d81..a1fc1c20512b3038b0500cf7feefb3891bd76b7a 100644 (file)
--- a/select.c
+++ b/select.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2008 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -19,6 +19,7 @@
 #include "error.h"
 #include "user.h"
 #include "select.cmdline.h"
+#include "select.h"
 
 /** \cond */
 /* global list */
@@ -167,7 +168,7 @@ struct user_summary_loop_data {
 
 static FILE *output_file;
 
-__printf_1_2 static int output(const char const *fmt, ...)
+__printf_1_2 static int output(const char *fmt, ...)
 {
        va_list argp;
        int ret;