Ver Fonte

添加注释

Signed-off-by: Sunxin <sunxin@rt-thread.com>
Sunxin há 7 anos atrás
pai
commit
0df62e5f39
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/image.c

+ 1 - 1
src/image.c

@@ -111,7 +111,7 @@ struct rtgui_image_engine *rtgui_image_get_engine_by_filename(const char *fn)
         if (*ext == '.')
         {
             ext ++;
-			if (*(ext - 3) == '.')
+			if (*(ext - 3) == '.')//check '9.png'
 			{
 				ext -= 2;
 			}