Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6785 → Rev 6786

/programs/cmm/lib/font.h
194,7 → 194,7
label_io.read(font_path);
IF(!EAX) {
debugln(font_path);
io.run("/sys/@notify", "'Error: KFONT is not loaded.' -E");
label_io.run("/sys/@notify", "'Error: KFONT is not loaded.' -E");
return false;
}
font_begin = font = label_io.buffer_data;
/programs/cmm/software_widget/software_widget.c
2,7 → 2,7
SOFTWARE CENTER v2.8
*/
 
#define MEMSIZE 0x9000
#define MEMSIZE 4096 * 15
#include "..\lib\strings.h"
#include "..\lib\mem.h"
#include "..\lib\io.h"