Various switch statement fixes.

This commit is contained in:
John Hood
2016-11-07 01:00:03 -05:00
parent 3346419724
commit 4835dcf5ee
3 changed files with 20 additions and 8 deletions
+1
View File
@@ -512,6 +512,7 @@ void Renditions::set_rendition( color_type num )
case 5: case 25: set_attribute(blink, value); break;
case 7: case 27: set_attribute(inverse, value); break;
case 8: case 28: set_attribute(invisible, value); break;
default: assert(false);
}
}