typo in getSetRaw()

This commit is contained in:
Sears Russell 2007-01-22 20:54:04 +00:00
parent 346fe97161
commit 9b49787931

View file

@ -142,7 +142,7 @@ Operation getSet() {
} }
Operation getSetRaw() { Operation getSetRaw() {
Operation o = { Operation o = {
OPERATION_INSTANT_SET, /* id */ OPERATION_SET_RAW, /* id */
SIZEOF_RECORD, /* use the size of the record as size of arg */ SIZEOF_RECORD, /* use the size of the record as size of arg */
NO_INVERSE, NO_INVERSE,
&operate /* Function */ &operate /* Function */