X Tutup
Skip to content

Commit 2428944

Browse files
yuwatakeszybz
authored andcommitted
cgls: add const
1 parent 360f3dc commit 2428944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cgls/cgls.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ static enum {
3434
static char **arg_names = NULL;
3535

3636
static int arg_full = -1;
37-
static char* arg_machine = NULL;
37+
static const char* arg_machine = NULL;
3838

3939
static int help(void) {
4040
_cleanup_free_ char *link = NULL;

0 commit comments

Comments
 (0)
X Tutup