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
+1
View File
@@ -901,3 +901,4 @@ void nhapply_image_transparent(
cTransparent cTransparent
); );
} }
+1
View File
@@ -270,3 +270,4 @@ void FormatStatusString(char* text, int format)
if(cap > UNENCUMBERED) if(cap > UNENCUMBERED)
Sprintf(nb = eos(nb), " %s", enc_stat[cap]); Sprintf(nb = eos(nb), " %s", enc_stat[cap]);
} }