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-10-30 01:12:07 +0400
committerEion Robb <eion@robbmob.com>2012-10-30 01:12:07 +0400
commita1b0d555c3ffd16710039c032f3d1c21eb270f3b (patch)
tree5de63441371dccbcd4f592c73b6084e182023c3d
parent03d216496edeb632c969637d399d1f148c4439ae (diff)
Apply patch from gabriele0101 to help remove some warnings when compiling
-rw-r--r--debug.c2
-rw-r--r--skype_events.c2
-rw-r--r--skype_messaging.c2
-rw-r--r--skype_messaging_dbus.c2
-rw-r--r--skype_messaging_x11.c2
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 <glib.h>
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 <ft.h>
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 <glib.h>
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 <X11/Xlib.h>