Formatting correction.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2585 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2006-12-08 02:44:59 +00:00
parent f06703b929
commit a41ca58f2a
+1 -1
View File
@@ -263,7 +263,7 @@ diff -ruN tcpdump-3.9.5.org/print-uqm.c tcpdump-3.9.5/print-uqm.c
+ - sizeof (Packet_TeamName) - 1; + - sizeof (Packet_TeamName) - 1;
+ +
+ printf("\t\tSide = %s\n", sideString(packet->side)); + printf("\t\tSide = %s\n", sideString(packet->side));
+ printf("\t\tName = \"%*s\"\n", nameLen, packet->name); + printf("\t\tName = \"%-*s\"\n", nameLen, packet->name);
+ return 0; + return 0;
+} +}
+ +