test: correct confusing placement of "const"

This commit is contained in:
Denis Vlasenko 2007-09-21 17:58:43 +00:00
parent 707669501f
commit fc5d15912c

View File

@ -156,7 +156,7 @@ typedef int arith_t;
/* Cannot eliminate these static data (do the G trick)
* because of test_main usage from other applets */
static char **t_wp;
static struct t_op const *t_wp_op;
static const struct t_op *t_wp_op;
static gid_t *group_array;
static int ngroups;
static jmp_buf leaving;