video: Convert CONFIG_VIDEO_LOGO to Kconfig
[platform/kernel/u-boot.git] / include / part.h
index 419c859..b66b07a 100644 (file)
@@ -75,7 +75,7 @@ struct disk_partition {
        char    type_guid[UUID_STR_LEN + 1];    /* type GUID as string, if exists       */
 #endif
 #ifdef CONFIG_DOS_PARTITION
-       uchar   sys_ind;        /* partition type                       */
+       uchar   sys_ind;        /* partition type                       */
 #endif
 };