From a1b0d555c3ffd16710039c032f3d1c21eb270f3b Mon Sep 17 00:00:00 2001 From: Eion Robb Date: Mon, 29 Oct 2012 21:12:07 +0000 Subject: Apply patch from gabriele0101 to help remove some warnings when compiling --- debug.c | 2 +- skype_events.c | 2 +- skype_messaging.c | 2 +- skype_messaging_dbus.c | 2 +- skype_messaging_x11.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debug.c b/debug.c index c906ab1..69978e1 100644 --- a/debug.c +++ b/debug.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_events.c b/skype_events.c index 91e62f9..63c68c9 100644 --- a/skype_events.c +++ b/skype_events.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.c b/skype_messaging.c index c6cd5bf..0191d8d 100644 --- a/skype_messaging.c +++ b/skype_messaging.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_dbus.c b/skype_messaging_dbus.c index 78f134a..d81dbba 100644 --- a/skype_messaging_dbus.c +++ b/skype_messaging_dbus.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 #define DBUS_API_SUBJECT_TO_CHANGE diff --git a/skype_messaging_x11.c b/skype_messaging_x11.c index 507bd12..50f79f3 100644 --- a/skype_messaging_x11.c +++ b/skype_messaging_x11.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