03898b struct ptyc_vkcode: fix const definitions.

Authored and Committed by midipix 8 years ago
    struct ptyc_vkcode: fix const definitions.
    
        
src/internal/ptycon_bridge_impl.h CHANGED
@@ -32,8 +32,8 @@ struct ptyc_term_input {
32
32
};
33
33
34
34
struct ptyc_vkcode {
35
- const unsigned char const * mbstr;
36
- uint16_t mblen;
35
+ const unsigned char * const mbstr;
36
+ const uint16_t mblen;
37
37
};
38
38
39
39
struct ptyc_term_ctx;