From: Christophe CURIS <[email protected]>
(as reported by LLVM / clang)
---
WPrefs.app/WPrefs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/WPrefs.app/WPrefs.c b/WPrefs.app/WPrefs.c
index 6d74409..9683d37 100644
--- a/WPrefs.app/WPrefs.c
+++ b/WPrefs.app/WPrefs.c
@@ -915,7 +915,7 @@ void SetIntegerForKey(int value, const char *defaultName)
WMReleasePropList(object);
}
-void SetStringForKey(const char *value, const const char *defaultName)
+void SetStringForKey(const char *value, const char *defaultName)
{
WMPropList *object;
--
1.8.4.rc3
--
To unsubscribe, send mail to [email protected].