Fix alignment of the trailing \
This commit is contained in:
parent
3474251a8e
commit
a6e94af67a
@ -133,7 +133,7 @@ static void cleanup_editfile(void);
|
||||
|
||||
|
||||
#define RTRIM(string) do { \
|
||||
int _length; \
|
||||
int _length; \
|
||||
while (isspace(string[_length = strlen(string) - 1])) \
|
||||
string[_length] = '\0'; \
|
||||
} while (0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user