Eobj: Random commit to give credit for the idea of the previous commit.

Previous commit was suggested by Daniel Zaoui.

Sorry for forgetting. :)

SVN revision: 70010
This commit is contained in:
Tom Hacohen 2012-04-11 07:07:05 +00:00
parent 27429380dd
commit 995140207f
1 changed files with 1 additions and 1 deletions

View File

@ -593,7 +593,7 @@ eobj_class_new(const Eobj_Class_Description *desc, const Eobj_Class *parent, ...
klass->desc = desc;
/* If we have a parent, update the current offset. */
/* If we have a class parent, update the current offset. */
if (klass->parent)
{
/* FIXME: Make sure this alignment is enough. */