diff options
Diffstat (limited to '')
-rw-r--r-- | LIBAXL_REQUEST_OPEN_FONT.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LIBAXL_REQUEST_OPEN_FONT.3 b/LIBAXL_REQUEST_OPEN_FONT.3 index f8dbf3a..eeacb31 100644 --- a/LIBAXL_REQUEST_OPEN_FONT.3 +++ b/LIBAXL_REQUEST_OPEN_FONT.3 @@ -13,7 +13,7 @@ struct libaxl_request_open_font { libaxl_font_t \fIfid\fP; uint16_t \fIlength_of_name\fP; uint16_t \fI__pad2\fP; - char *\fIname\fP; + const char *\fIname\fP; }; .fi .SH DESCRIPTION |