Skip to content

Commit a487bc1

Browse files
minor formatting fix for code and log
1 parent 403c56d commit a487bc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

osd.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1939,7 +1939,7 @@ static void InitMSPHook(){
19391939
char font_load_name[255];
19401940
font_suffix="";
19411941
font_path = "/usr/share/fonts/";
1942-
#ifdef _x86
1942+
#ifdef _x86
19431943
font_path = executableDir;//.bmp
19441944
int l=strlen(font_path);
19451945
font_path[l]='/';
@@ -2142,7 +2142,7 @@ On sigmastar the BMP row stride is aligned to 8 bytes, that is 16 pixels in PIXE
21422142

21432143
#ifdef __SIGMASTAR__
21442144
if (verbose)
2145-
printf("Set SS Font Review %d:%d", bitmap.u32Width, bitmap.u32Height);
2145+
printf("Set SS Font Review %d:%d\r\n", bitmap.u32Width, bitmap.u32Height);
21462146
//For some reason this fails...?!
21472147
//set_bitmap(osds[FULL_OVERLAY_ID].hand, &bitmap);//bitmap must match region dimensions!
21482148

0 commit comments

Comments
 (0)