more newlines at end of files

This commit is contained in:
nethack.allison
2003-02-23 14:34:12 +00:00
parent f12de871f5
commit 6fd9194698
2 changed files with 4 additions and 2 deletions

View File

@@ -900,4 +900,5 @@ void nhapply_image_transparent(
sourceDC, s_x, s_y, s_width, s_height,
cTransparent
);
}
}

View File

@@ -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]);
}
}