From b2d0656814c2afe9a05b3e130f0289b225a371ec Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Mon, 17 Jan 2011 08:46:41 +0000 Subject: Style fix: "char *foo" not "char* foo". --- src/rc/rc-misc.c | 2 +- src/rc/rc-plugin.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rc') diff --git a/src/rc/rc-misc.c b/src/rc/rc-misc.c index 92be3b8..a7b4e2d 100644 --- a/src/rc/rc-misc.c +++ b/src/rc/rc-misc.c @@ -62,7 +62,7 @@ static RC_STRINGLIST *rc_conf = NULL; -extern char** environ; +extern char **environ; #ifdef DEBUG_MEMORY static void diff --git a/src/rc/rc-plugin.c b/src/rc/rc-plugin.c index 6f07471..d82e9a9 100644 --- a/src/rc/rc-plugin.c +++ b/src/rc/rc-plugin.c @@ -105,7 +105,7 @@ rc_plugin_load(void) continue; } - fptr = (int (*)(RC_HOOK, const char*)) + fptr = (int (*)(RC_HOOK, const char *)) dlfunc(h, RC_PLUGIN_HOOK); if (fptr == NULL) { eerror("%s: cannot find symbol `%s'", -- cgit v1.2.3