summaryrefslogtreecommitdiff
path: root/src/include/cctk_Parameter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/cctk_Parameter.h')
-rw-r--r--src/include/cctk_Parameter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/cctk_Parameter.h b/src/include/cctk_Parameter.h
index acc7bfc8..7c11db74 100644
--- a/src/include/cctk_Parameter.h
+++ b/src/include/cctk_Parameter.h
@@ -154,7 +154,7 @@ const cParamData *CCTK_ParameterData (const char *name,
/* Return number of times a parameter has been set */
int CCTK_ParameterQueryTimesSet(const char *name,
- const char *thorn);
+ const char *thorn);
#ifdef __cplusplus