Skip to content

Commit

Permalink
fixed variable name: status_desc -> static_desc
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed Nov 15, 2012
1 parent 11ecb50 commit 26a4287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ generate_struct_data (GHashTable * hash_table,
break;
case 3:
head = static_head;
desc = status_desc;
desc = static_desc;
break;
case 4:
head = ref_head;
Expand Down

0 comments on commit 26a4287

Please sign in to comment.