Fix argument name of MISSING_ATTRIBUTE macro ('ctx' => 'context').
authorLaszlo Pandy <lpandy@src.gnome.org>
Thu, 17 Feb 2011 17:01:31 +0000 (18:01 +0100)
committerLaszlo Pandy <lpandy@src.gnome.org>
Thu, 17 Feb 2011 17:01:31 +0000 (18:01 +0100)
commit75c21af091a74fc5939db13ca02f800d61c3b368
tree9855339acd793414f8a5b0fa13d8dbc34e963508
parent5baf35da22c03c39a0d666e385f3567c183ef7c5
Fix argument name of MISSING_ATTRIBUTE macro ('ctx' => 'context').

The argument was called 'ctx' but the macro was using 'context'.
This wasn't causing the build to fail because the variable
'context' was already defined in all the scopes where this macro
was used.
girepository/girparser.c