[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r8343: - got rid of tabs (i think) (tor/trunk/src/or)
Author: chiussi
Date: 2006-09-06 23:58:46 -0400 (Wed, 06 Sep 2006)
New Revision: 8343
Modified:
tor/trunk/src/or/eventdns.c
Log:
- got rid of tabs (i think)
Modified: tor/trunk/src/or/eventdns.c
===================================================================
--- tor/trunk/src/or/eventdns.c 2006-09-07 03:53:14 UTC (rev 8342)
+++ tor/trunk/src/or/eventdns.c 2006-09-07 03:58:46 UTC (rev 8343)
@@ -2164,7 +2164,7 @@
&interfaces_key);
if (r != ERROR_SUCCESS ) {
- log(EVENTDNS_LOG_DEBUG,"Couldn't open interfaces key, %d",(int)GetLastError());
+ log(EVENTDNS_LOG_DEBUG,"Couldn't open interfaces key, %d",(int)GetLastError());
return -1;
}