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:
aeb 2000-06-09 13:02:13 +00:00
parent 3b8b4c0ae9
commit 09f008620f
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@
#include <asm/types.h>
struct raw1394_request {
__s16 type;
__s16 error;
__u32 type;
__s32 error;
__u32 misc;
__u32 generation;