Revision: 7207
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7207&view=rev
Author:   gbiggs
Date:     2008-12-19 00:59:47 +0000 (Fri, 19 Dec 2008)

Log Message:
-----------
Added missing break

Modified Paths:
--------------
    code/player/trunk/utils/playerprint/playerprint.cc

Modified: code/player/trunk/utils/playerprint/playerprint.cc
===================================================================
--- code/player/trunk/utils/playerprint/playerprint.cc  2008-12-18 19:58:30 UTC 
(rev 7206)
+++ code/player/trunk/utils/playerprint/playerprint.cc  2008-12-19 00:59:47 UTC 
(rev 7207)
@@ -370,6 +370,7 @@
         break;
       case PLAYER_RANGER_CODE:
         std::cout << *reinterpret_cast<RangerProxy *> (cp);
+        break;
       case PLAYER_SIMULATION_CODE:
         std::cout << *reinterpret_cast<SimulationProxy *> (cp);
         break;


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to