summaryrefslogtreecommitdiff
path: root/xine_frontend.c
diff options
context:
space:
mode:
Diffstat (limited to 'xine_frontend.c')
-rw-r--r--xine_frontend.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/xine_frontend.c b/xine_frontend.c
index b7112f9e..7ae49019 100644
--- a/xine_frontend.c
+++ b/xine_frontend.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_frontend.c,v 1.76 2008-11-11 17:14:43 phintuka Exp $
+ * $Id: xine_frontend.c,v 1.77 2008-11-11 19:04:02 rofafor Exp $
*
*/
@@ -35,8 +35,9 @@
#undef MAX
#define MAX(a,b) ( (a) > (b) ? (a) : (b))
+#ifdef FE_STANDALONE
static int verbose_xine_log = 0;
-
+#endif
char *strn0cpy(char *dest, const char *src, int n)
{