Formatting correction.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2584 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2006-12-08 02:42:57 +00:00
parent dfdf45608a
commit f06703b929
+1 -1
View File
@@ -327,7 +327,7 @@ diff -ruN tcpdump-3.9.5.org/print-uqm.c tcpdump-3.9.5/print-uqm.c
+PacketPrint_BattleInput(const Packet_BattleInput *packet, size_t len) { +PacketPrint_BattleInput(const Packet_BattleInput *packet, size_t len) {
+ uint8 state = packet->state; + uint8 state = packet->state;
+ +
+ printf("\t\tstate ="); + printf("\t\tstate = ");
+ if (state & (1 << 0)) + if (state & (1 << 0))
+ printf("[LEFT]"); + printf("[LEFT]");
+ if (state & (1 << 1)) + if (state & (1 << 1))