Fix size of error field.
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@28 53a565d1-3bb7-0310-b661-cf11e63c67ab
This commit is contained in:
parent
3b8b4c0ae9
commit
09f008620f
|
@ -47,8 +47,8 @@
|
|||
#include <asm/types.h>
|
||||
|
||||
struct raw1394_request {
|
||||
__s16 type;
|
||||
__s16 error;
|
||||
__u32 type;
|
||||
__s32 error;
|
||||
__u32 misc;
|
||||
|
||||
__u32 generation;
|
||||
|
|
Reference in New Issue