summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/sbin/GridFuncStuff.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/GridFuncStuff.pl b/lib/sbin/GridFuncStuff.pl
index 6ebcca56..97d3e9a2 100644
--- a/lib/sbin/GridFuncStuff.pl
+++ b/lib/sbin/GridFuncStuff.pl
@@ -782,7 +782,7 @@ sub CreateCArgumentPrototype
{
if($arguments{$argument} =~ m:STORAGESIZE:)
{
- $prototype .= "$sep"."int *";
+ $prototype .= "$sep"."const int *";
$sep = ",";
}
}