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 /debug.c
parent03d216496edeb632c969637d399d1f148c4439ae (diff)
Apply patch from gabriele0101 to help remove some warnings when compiling
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c2
1 files changed, 1 insertions, 1 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>