Skip to content

Commit

Permalink
initargs should be a pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
soh-cah-toa committed May 21, 2011
1 parent 5d821fe commit e95b7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/pdb/main.c
Expand Up @@ -12,7 +12,7 @@
int
main(void) {
Parrot_PMC interp;
Parrot_Init_Args initargs;
Parrot_Init_Args *initargs;

/* Setup default initialization parameters */
GET_INIT_STRUCT(initargs);
Expand Down

0 comments on commit e95b7e3

Please sign in to comment.