removed duplicate const declaration
[pspp] / src / libpspp / version.h
index b1826910d871390cae85ca894db2ac1b4210a040..7cd8f49693456404930f934869e28837aea7b994 100644 (file)
@@ -36,7 +36,7 @@ extern const char build_system[];
 extern const char locale_dir[];
 
 /* The Examples directory */
-extern const char const examples_dir[];
+extern const char examples_dir[];
 
 /* From the AUTHORS file */
 extern const char *const authors[];