diff --git a/sys/wince/mhmap.c b/sys/wince/mhmap.c index ef753c94d..ed320d6a0 100644 --- a/sys/wince/mhmap.c +++ b/sys/wince/mhmap.c @@ -900,4 +900,5 @@ void nhapply_image_transparent( sourceDC, s_x, s_y, s_width, s_height, cTransparent ); -} \ No newline at end of file +} + diff --git a/sys/wince/mhstatus.c b/sys/wince/mhstatus.c index c83f386c8..78ddbd963 100644 --- a/sys/wince/mhstatus.c +++ b/sys/wince/mhstatus.c @@ -269,4 +269,5 @@ void FormatStatusString(char* text, int format) if(Slimed) Sprintf(nb = eos(nb), " Slime"); if(cap > UNENCUMBERED) Sprintf(nb = eos(nb), " %s", enc_stat[cap]); -} \ No newline at end of file +} +