diff --git a/src/r_things.c b/src/r_things.c
index ff9c604ff73ff5e49983c513d36f9d8abe25222e..5e9d93b70e263dc33b676c172db6638aa17fd00d 100644
--- a/src/r_things.c
+++ b/src/r_things.c
@@ -331,10 +331,11 @@ static boolean R_AddSingleSpriteDef(const char *sprname, spritedef_t *spritedef,
 			case SRF_2D: // both Left and Right rotations
 			// we test to see whether the left and right slots are present
 			if ((sprtemp[frame].lumppat[2] == LUMPERROR) || (sprtemp[frame].lumppat[6] == LUMPERROR))
+			{
 				I_Error("R_AddSingleSpriteDef: Sprite %s frame %c is missing rotations",
 				sprname, R_Frame2Char(frame));
 				break;
-
+			}
 			default:
 			// must have all 8 frames
 			for (rotation = 0; rotation < 8; rotation++)