diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xine.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xine.h b/include/xine.h index 1d26daa19..c3ac38cbf 100644 --- a/include/xine.h +++ b/include/xine.h @@ -1335,9 +1335,9 @@ typedef struct { struct xine_health_check_s { const char* cdrom_dev; const char* dvd_dev; - char* msg; - char* title; - char* explanation; + const char* msg; + const char* title; + const char* explanation; int status; }; |