Skip to content

Commit

Permalink
Merge pull request JACoders#883 from smcv/cxx11-strings
Browse files Browse the repository at this point in the history
g_svcmds: fix typo in avoiding non-C++11-compliant string syntax
  • Loading branch information
ensiform authored Oct 28, 2016
2 parents 55b4d83 + d956ce3 commit c706b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/g_svcmds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ void Svcmd_SaberAttackCycle_f( void )
//LIGHTSABERCOMBATSTYLE_TAVION
break;
case SS_STAFF:
gi.Printf( S_COLOR_MAGENTA" Lightsaber Combat Style: Staff\n" );
gi.Printf( S_COLOR_MAGENTA "Lightsaber Combat Style: Staff\n" );
//LIGHTSABERCOMBATSTYLE_TAVION
break;
}
Expand Down

0 comments on commit c706b98

Please sign in to comment.