# HG changeset patch # User Atul Varma # Date 1246236222 25200 # Node ID 6d95cfaa1e0bc4439971298a6c0d8783e558b96c # Parent 551ba05fe6ad8967e43a58522ac2bb4c58128fba Fixed a code typo. diff -r 551ba05fe6ad -r 6d95cfaa1e0b context.c --- a/context.c Sun Jun 28 17:28:57 2009 -0700 +++ b/context.c Sun Jun 28 17:43:42 2009 -0700 @@ -31,7 +31,7 @@ PyObject_HEAD_INIT(NULL) 0, /*ob_size*/ "pymonkey.Context", /*tp_name*/ - sizeof(PYM_JSRuntimeObject), /*tp_basicsize*/ + sizeof(PYM_JSContextObject), /*tp_basicsize*/ 0, /*tp_itemsize*/ /*tp_dealloc*/ (destructor) PYM_JSContextDealloc,