diff --git a/misc/run_length_encoding.c b/misc/run_length_encoding.c index 5fa5b8a81..408f7b060 100644 --- a/misc/run_length_encoding.c +++ b/misc/run_length_encoding.c @@ -13,10 +13,10 @@ * */ -#include //for printf -#include //for string functions -#include //for malloc/free -#include //for assert +#include /// for printf +#include ///for string functions +#include /// for malloc/free +#include /// for assert /** * @brief Encodes a null-terminated string using run-length encoding