We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 360f3dc commit 2428944Copy full SHA for 2428944
src/cgls/cgls.c
@@ -34,7 +34,7 @@ static enum {
34
static char **arg_names = NULL;
35
36
static int arg_full = -1;
37
-static char* arg_machine = NULL;
+static const char* arg_machine = NULL;
38
39
static int help(void) {
40
_cleanup_free_ char *link = NULL;
0 commit comments