gdriver bugfix

ugfx_release_2.6
inmarket 2014-09-26 18:23:41 +10:00
parent b2b3859e62
commit 2d81114256
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ GDriver *gdriverRegister(const GDriverVMT *vmt, void *param) {
if (dhead) if (dhead)
dtail->driverchain = pd; dtail->driverchain = pd;
else else
dhead = pd; dhead = dtail = pd;
// Do the post init // Do the post init
if (vmt->postinit) if (vmt->postinit)