Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300881
b: refs/heads/master
c: 324b0af
h: refs/heads/master
i:
  300879: 1bc01e7
v: v3
  • Loading branch information
Samuel Ortiz authored and John W. Linville committed Apr 12, 2012
1 parent 3930627 commit bd5303a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 279cf174aea84202c5fef4675ff3f1265f071c8e
refs/heads/master: 324b0af6f5a48dc38dac016eed14d019cac5903f
2 changes: 1 addition & 1 deletion trunk/net/nfc/llcp/commands.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ u8 *nfc_llcp_build_tlv(u8 type, u8 *value, u8 value_length, u8 *tlv_length)
length = llcp_tlv_length[type];
if (length == 0 && value_length == 0)
return NULL;
else
else if (length == 0)
length = value_length;

*tlv_length = 2 + length;
Expand Down

0 comments on commit bd5303a

Please sign in to comment.