Skip to content

Commit 016e81f

Browse files
committed
fix harmless warning
1 parent 3714e6f commit 016e81f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

gplaces.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

0 commit comments

Comments
 (0)