[svn-commits] trunk - r908 /trunk/zaptel.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Jan 18 16:06:20 MST 2006


Author: markster
Date: Wed Jan 18 17:06:19 2006
New Revision: 908

URL: http://svn.digium.com/view/zaptel?rev=908&view=rev
Log:
Fix debug typo

Modified:
    trunk/zaptel.c

Modified: trunk/zaptel.c
URL: http://svn.digium.com/view/zaptel/trunk/zaptel.c?rev=908&r1=907&r2=908&view=diff
==============================================================================
--- trunk/zaptel.c (original)
+++ trunk/zaptel.c Wed Jan 18 17:06:19 2006
@@ -6200,7 +6200,7 @@
 	ss->inreadbuf = (ss->inreadbuf + 1) % ss->numbufs;
 	if (ss->inreadbuf == ss->outreadbuf) {
 		ss->inreadbuf = -1;
-#if CONFIG_ZAPATA_DEBUG
+#ifdef CONFIG_ZAPATA_DEBUG
 		printk("Notifying reader data in block %d\n", oldreadbuf);
 #endif
 		ss->rxdisable = 0;



More information about the svn-commits mailing list