diff options
author | 諏訪子 <suwako@076.moe> | 2024-06-18 15:59:14 +0900 |
---|---|---|
committer | 諏訪子 <suwako@076.moe> | 2024-06-18 15:59:14 +0900 |
commit | 6a98565d052608ea4f0d174d45497f5a4ffb63d2 (patch) | |
tree | 9bc7cdba210daa6ce238dbda82dcb1c346462e32 /src/distro.h | |
parent | 656923fefbcef9e4071a477194e5706171ee5c18 (diff) |
paleofetchからロゴの追加
Diffstat (limited to 'src/distro.h')
-rw-r--r-- | src/distro.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/distro.h b/src/distro.h index 769fa81..3897338 100644 --- a/src/distro.h +++ b/src/distro.h @@ -4,7 +4,7 @@ void display_distro(); -const char *distroname; +extern const char *distroname; #endif #endif |