summaryrefslogtreecommitdiffstats
path: root/runtime/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/conf.c')
-rw-r--r--runtime/conf.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/runtime/conf.c b/runtime/conf.c
index 9fecc34d..c8c4d938 100644
--- a/runtime/conf.c
+++ b/runtime/conf.c
@@ -249,10 +249,9 @@ finalize_it:
}
-/* process a $ModLoad config line.
- */
+/* process a $ModLoad config line. */
rsRetVal
-doModLoad(rsconf_t * conf, uchar **pp, __attribute__((unused)) void* pVal)
+doModLoad(uchar **pp, __attribute__((unused)) void* pVal)
{
DEFiRet;
uchar szName[512];