From 03898bc2419140ade7f3c89207626c002724379c Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 26 Dec 2016 07:59:08 +0000 Subject: struct ptyc_vkcode: fix const definitions. --- src/internal/ptycon_bridge_impl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/internal/ptycon_bridge_impl.h b/src/internal/ptycon_bridge_impl.h index 49c1cad..621a5c6 100644 --- a/src/internal/ptycon_bridge_impl.h +++ b/src/internal/ptycon_bridge_impl.h @@ -32,8 +32,8 @@ struct ptyc_term_input { }; struct ptyc_vkcode { - const unsigned char const * mbstr; - uint16_t mblen; + const unsigned char * const mbstr; + const uint16_t mblen; }; struct ptyc_term_ctx; -- cgit v1.2.3