Add const keyword.
authorSimon Josefsson <simon@josefsson.org>
Mon, 14 Nov 2011 14:35:27 +0000 (15:35 +0100)
committerSimon Josefsson <simon@josefsson.org>
Mon, 14 Nov 2011 14:35:27 +0000 (15:35 +0100)
tests/Test_tree.c

index b75ed9d..2b0065e 100644 (file)
@@ -64,8 +64,8 @@
 typedef struct
 {
   int action;
-  char *par1;
-  unsigned char *par2;
+  const char *par1;
+  const unsigned char *par2;
   int par3;
   int errorNumber;
 } test_type;