Minor tweak of the last commit.

This commit is contained in:
Eli Zaretskii 2013-12-14 11:18:23 +02:00
parent 95c216526e
commit 88927a8f62

View file

@ -2881,7 +2881,7 @@ cleanup_vector (struct Lisp_Vector *vector)
struct font *fnt = (struct font *) vector;
if (fnt->driver)
fnt->driver->close ((struct font *) vector);
fnt->driver->close (fnt);
}
}