diff options
author | Luca Deri <deri@ntop.org> | 2017-12-25 19:26:17 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2017-12-25 19:26:17 +0100 |
commit | 8d52491508f6df8a2d1763b89690281d4952540c (patch) | |
tree | 1ac586380efdca7a68b287de88d8cade168ef31f /src/lib/protocols/btlib.h | |
parent | caf602c4a9210e821a5650abc49590d89f16ea23 (diff) |
Added simplified makefile
Fixed small warnings
Compilation fixes
Diffstat (limited to 'src/lib/protocols/btlib.h')
-rw-r--r-- | src/lib/protocols/btlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/btlib.h b/src/lib/protocols/btlib.h index a9ca53786..cc8b52b65 100644 --- a/src/lib/protocols/btlib.h +++ b/src/lib/protocols/btlib.h @@ -171,7 +171,7 @@ typedef struct bt_parse_data_cb { int level; int t; union { - i_int64_t i; + int64_t i; b_elem_s_t s; } v; } bt_parse_data_cb_t; |