Author: arty
Date: Wed Jun 21 07:30:54 2006
New Revision: 22444
URL:
http://svn.reactos.ru/svn/reactos?rev=22444&view=rev
Log:
Fix small annoyance. Misplaced comma ftw.
Modified:
trunk/reactos/dll/win32/iphlpapi/ifenum_reactos.c
Modified: trunk/reactos/dll/win32/iphlpapi/ifenum_reactos.c
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/dll/win32/iphlpapi/ifenum_r…
==============================================================================
--- trunk/reactos/dll/win32/iphlpapi/ifenum_reactos.c (original)
+++ trunk/reactos/dll/win32/iphlpapi/ifenum_reactos.c Wed Jun 21 07:30:54 2006
@@ -263,7 +263,7 @@
entry->ent.if_mtu,
entry->ent.if_speed,
entry->ent.if_physaddrlen);
- DPRINT(" if_physaddr ....................
%02x:%02x:%02x:%02x:%02x:%02x\n",
+ DPRINT(" if_physaddr ....................
%02x:%02x:%02x:%02x:%02x:%02x\n"
" if_descr ....................... %s\n",
entry->ent.if_physaddr[0] & 0xff,
entry->ent.if_physaddr[1] & 0xff,