We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ee668 commit 013bc9bCopy full SHA for 013bc9b
1 file changed
lib/package_alternatives.c
@@ -47,7 +47,7 @@
47
static char *
48
left(const char *str)
49
{
50
- char *e;
+ const char *e;
51
52
e = strchr(str, ':');
53
if (!e)
0 commit comments