[ros-diffs] [arty] 22444: Fix small annoyance. Misplaced comma ftw.

arty at svn.reactos.org arty at svn.reactos.org
Wed Jun 21 05:30:54 CEST 2006


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_reactos.c?rev=22444&r1=22443&r2=22444&view=diff
==============================================================================
--- 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,




More information about the Ros-diffs mailing list