summaryrefslogtreecommitdiff
path: root/src/data.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.h')
-rw-r--r--src/data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.h b/src/data.h
index 806ece9..541ca9e 100644
--- a/src/data.h
+++ b/src/data.h
@@ -384,7 +384,7 @@ struct rp_frame_undo
typedef struct rp_xselection rp_xselection;
struct rp_xselection
{
- unsigned char *text;
+ char *text;
int len;
};