Commit 9f02f9e1 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

snmpapi: Add a missing '\n' trace.

parent 618be087
......@@ -541,6 +541,7 @@ void WINAPI SnmpUtilPrintOid(AsnObjectIdentifier *oid)
TRACE("%u", oid->ids[i]);
if (i < oid->idLength - 1) TRACE(".");
}
TRACE("\n");
}
/***********************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment