--- a\srcim\iup_im.c	Thu Feb 02 20:46:26 2017
+++ b\srcim\iup_im.c	Tue Jan 16 23:07:47 2018
@@ -35,6 +35,7 @@
     {
     case IM_ERR_NONE:
       msg = NULL;
+      break;
     case IM_ERR_OPEN:
       msg = "Error Opening Image File.";
       break;
@@ -63,6 +64,7 @@
     {
     case IM_ERR_NONE:
       msg = NULL;
+      break;
     case IM_ERR_OPEN:
       msg = "Erro Abrindo Arquivo de Imagem.";
       break;
