Revision 3b46e624 thunk.c

b/thunk.c
64 64
    int nb_fields, offset, max_align, align, size, i, j;
65 65

  
66 66
    se = struct_entries + id;
67
   
67

  
68 68
    /* first we count the number of fields */
69 69
    type_ptr = types;
70 70
    nb_fields = 0;
......
182 182
            uint8_t  *d;
183 183
            const argtype *field_types;
184 184
            const int *dst_offsets, *src_offsets;
185
           
185

  
186 186
            se = struct_entries + *type_ptr++;
187 187
            if (se->convert[0] != NULL) {
188 188
                /* specific conversion is needed */

Also available in: Unified diff