Compiles w/o warnings with gcc
FossilOrigin-Name: 8aeb5208592d4c31a07b3eba10aa247483f9648fbaba38eb844cb02e074f31b9
This commit is contained in:
@ -50,7 +50,7 @@
|
||||
* Same as #lw_set_byte, but w/o return value
|
||||
*/
|
||||
#define lw_set_byte(dst,b) \
|
||||
(*(dst)=b);
|
||||
(*(dst)=b)
|
||||
|
||||
/**
|
||||
* Same as #lw_set_word, but no return value
|
||||
|
Reference in New Issue
Block a user