]> git.tuebingen.mpg.de Git - dss.git/blobdiff - dss.c
dss.c: Remove redundant const.
[dss.git] / dss.c
diff --git a/dss.c b/dss.c
index 968ba597d74eb4fbcd03804f7e0cdd3fa4cab841..b18be4d190f2faa29f5c0199dc0be65997a68b7e 100644 (file)
--- a/dss.c
+++ b/dss.c
@@ -64,7 +64,7 @@ enum hook_status snapshot_removal_status;
 
 
 DEFINE_DSS_ERRLIST;
-static const char const *hook_status_description[] = {HOOK_STATUS_ARRAY};
+static const char *hook_status_description[] = {HOOK_STATUS_ARRAY};
 
 /* may be called with ds == NULL. */
 static int disk_space_low(struct disk_space *ds)