diff options
author | 諏訪子 <suwako@076.moe> | 2024-06-18 01:40:09 +0900 |
---|---|---|
committer | 諏訪子 <suwako@076.moe> | 2024-06-18 01:40:09 +0900 |
commit | 759ca0074f7275b0bd1e58bc88ad2779035c9fb8 (patch) | |
tree | 6349a57c169242944af0080d3f70a58a4612e697 /main.c | |
parent | 11c97887ef28e9b073d9abf1c2da70cd01491c9e (diff) |
NetBSDでの修正
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ int main() { display_user_name(); printf("@"); display_user_host(); - puts("------------------"); + printf("\n------------------\n"); printf("OS: "); display_os_name(); |