From 8dd2d78600cdaada9aa191ef70b1da524abef377 Mon Sep 17 00:00:00 2001 From: Eion Robb Date: Wed, 7 Nov 2012 04:01:04 +0000 Subject: Fix some compiler warnings with #error on osx/win32/network --- skype_messaging_carbon.c | 2 +- skype_messaging_network.c | 2 +- skype_messaging_win32.c | 2 +- 3 files changed, 3 insertions(+), 3 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 diff --git a/skype_messaging_network.c b/skype_messaging_network.c index 1706719..a2365fb 100644 --- a/skype_messaging_network.c +++ b/skype_messaging_network.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 diff --git a/skype_messaging_win32.c b/skype_messaging_win32.c index cd69d6b..9772047 100644 --- a/skype_messaging_win32.c +++ b/skype_messaging_win32.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 -- cgit v1.2.3