Show
Ignore:
Timestamp:
10/09/10 13:05:51 (3 years ago)
Author:
Cyrus
Message:

unl: Fix typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci2/libunl/unl/msg.h

    r6263 r6266  
    220220 
    221221#define unl_msg_append_number(nh, type, datatype, value) \ 
    222     (*((datatype*)unl_msg_claim_attr(nla, type, sizeof(datatype))) = value) 
     222    (*((datatype*)unl_msg_claim_attr(nh, type, sizeof(datatype))) = value) 
    223223 
    224224