bugfix: missing return

This commit is contained in:
zimoch
2012-01-12 16:51:34 +00:00
parent cb814383d9
commit 4def6ebbdf

View File

@@ -149,6 +149,7 @@ static long special(DBADDR *paddr, int after)
if (dbGetFieldIndex(paddr) == eventRecordVAL) {
prec->epvt = eventNameToHandle(prec->val);
}
return 0;
}