File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22================================================================================
33
44 gplaces - a simple terminal Gemini client
5- Copyright (C) 2022 - 2025 Dima Krasner
5+ Copyright (C) 2022 - 2026 Dima Krasner
66 Copyright (C) 2019 Sebastian Steinhauer
77
88 This program is free software: you can redistribute it and/or modify
@@ -1601,7 +1601,7 @@ static void cmd_version(char *line) {
16011601 (void ) line ;
16021602
16031603 puts (
1604- "gplaces - " GPLACES_VERSION " Copyright (C) 2022 - 2025 Dima Krasner\n" \
1604+ "gplaces - " GPLACES_VERSION " Copyright (C) 2022 - 2026 Dima Krasner\n" \
16051605 "Based on delve 0.15.4 Copyright (C) 2019 Sebastian Steinhauer\n" \
16061606 "This program is free software and comes with ABSOLUTELY NO WARRANTY;\n" \
16071607 "see " PREFIX "/share/doc/gplaces/LICENSE for details."
@@ -1671,7 +1671,7 @@ static void shell_name_completion(const char *text, bestlineCompletions *lc) {
16711671 char * end ;
16721672 int fd ;
16731673 size_t len , namelen ;
1674- char * sep ;
1674+ const char * sep ;
16751675 DIR * dir ;
16761676 struct dirent * ent ;
16771677
You can’t perform that action at this time.
0 commit comments