tmpdisk: fix stupid mistake, decrease file size

git-svn-id: svn://kolibrios.org@3044 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2012-11-16 10:32:38 +00:00
parent eb083dc46f
commit e653b78d37

View File

@ -17,7 +17,7 @@
0}; 0};
#endif #endif
dword icons[14*56] = FROM "icons.raw"; unsigned char icons[14*56] = FROM "icons.raw";
struct path_string { struct path_string {
unsigned char Item[256]; unsigned char Item[256];