Mixer: Fix compiler warning.

pull/116/head
Jonathan Moore Liles 2013-09-24 21:40:09 -07:00
parent 504b77f6c7
commit 7c71faab1c
1 changed files with 1 additions and 1 deletions

View File

@ -691,7 +691,7 @@ Module::draw_label ( int tx, int ty, int tw, int th )
char *di = strstr( lab, " -" );
if ( ! di )
strstr( lab, " " );
di = strstr( lab, " " );
if ( di )
*di = '\0';