diff options
Diffstat (limited to 'src/data.h')
-rw-r--r-- | src/data.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -384,7 +384,7 @@ struct rp_frame_undo typedef struct rp_xselection rp_xselection; struct rp_xselection { - unsigned char *text; + char *text; int len; }; |