diff options
author | 諏訪子 <suwako@076.moe> | 2024-06-19 22:13:47 +0900 |
---|---|---|
committer | 諏訪子 <suwako@076.moe> | 2024-06-19 22:13:47 +0900 |
commit | f73bcfa7f2f9329cf71f4b22fd9cd61b72c8b863 (patch) | |
tree | 6e8b783d0b44b147b670d59e3229ec5d5c3d63f5 /main.c | |
parent | ea757665d051d6330caf236e9cbb7b14312bc8c6 (diff) |
ああああああああ!!
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ int main(int argc, char *argv[]) { for (size_t i = 0; i < ne; i++) { LOGO[i] = LOGO_SMALL[i]; } - ls = ne; + ls = ne >= MIN_SIZE ? MIN_SIZE : ne; } printf("%s ", LOGO[lc]); |