Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2012-11-07 08:01:04 +0400
committerEion Robb <eion@robbmob.com>2012-11-07 08:01:04 +0400
commit8dd2d78600cdaada9aa191ef70b1da524abef377 (patch)
treefe2a56859ef5930869dc532edff93fd83435d0ab /skype_messaging_carbon.c
parent04b9a5a3affca6b04aa67f5ed8549f727cf16fcc (diff)
Fix some compiler warnings with #error on osx/win32/network
Diffstat (limited to 'skype_messaging_carbon.c')
-rw-r--r--skype_messaging_carbon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/skype_messaging_carbon.c b/skype_messaging_carbon.c
index 0557bf0..a2d2549 100644
--- a/skype_messaging_carbon.c
+++ b/skype_messaging_carbon.c
@@ -21,7 +21,7 @@
*/
#ifndef INCLUDED_LIBSKYPE_C
-# error Don't compile this file directly. Just compile libskype.c instead.
+# error "Don't compile this file directly. Just compile libskype.c instead."
#endif
#include <Carbon/Carbon.h>