From 44dcb69c4104cc738711d3aa2b779b71d0e7515d Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sun, 14 Jun 1998 01:01:24 +0000 Subject: [PATCH] Added missing `const'. --- include/glibtop/loadavg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/glibtop/loadavg.h b/include/glibtop/loadavg.h index cadbb423..b5f267d0 100644 --- a/include/glibtop/loadavg.h +++ b/include/glibtop/loadavg.h @@ -79,7 +79,7 @@ extern SCM glibtop_guile_descriptions_loadavg __P((void)); /* You need to link with -lgtop_names to get this stuff here. */ extern const char *glibtop_names_loadavg []; -extern unsigned glibtop_types_loadavg []; +extern const unsigned glibtop_types_loadavg []; extern const char *glibtop_labels_loadavg []; extern const char *glibtop_descriptions_loadavg [];