diff options
Diffstat (limited to 'src/libsystemd-terminal/sysview-internal.h')
-rw-r--r-- | src/libsystemd-terminal/sysview-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd-terminal/sysview-internal.h b/src/libsystemd-terminal/sysview-internal.h index 5aee9f67d8..9299fabb82 100644 --- a/src/libsystemd-terminal/sysview-internal.h +++ b/src/libsystemd-terminal/sysview-internal.h @@ -39,7 +39,7 @@ struct sysview_device { sysview_seat *seat; - const char *name; + char *name; unsigned int type; union { |