mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
libc/lzf: Fix an error introduced in coding standard conversion.
(cherry picked from commit 8879116fe85558520c4811dc4ab780b28e66810d)
This commit is contained in:
+4
-1
@@ -263,8 +263,11 @@ unsigned int lzf_decompress (FAR const void *const in_data,
|
||||
*op++ = *ref++;
|
||||
|
||||
case 1:
|
||||
*op++ = *ref++;
|
||||
|
||||
case 0:
|
||||
/* two octets more */
|
||||
/* Two octets more */
|
||||
|
||||
*op++ = *ref++;
|
||||
*op++ = *ref++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user