gdi: fix uninitialized usage warning

This commit is contained in:
Brad Parker 2017-10-24 00:37:50 -04:00
parent 20850a7f92
commit 3098b5e3df

View File

@ -127,6 +127,7 @@ static void gdi_render_msg(
newX = (x * width * scale) - (len / 2);
break;
default:
newX = 0;
break;
}