From a6e94af67a04f83f9d55f45e2b486b8caa5e5357 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 22 Aug 2003 01:56:17 +0000 Subject: Fix alignment of the trailing \ --- sbin/camcontrol/modeedit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin') diff --git a/sbin/camcontrol/modeedit.c b/sbin/camcontrol/modeedit.c index 8c41b38..1702f19 100644 --- a/sbin/camcontrol/modeedit.c +++ b/sbin/camcontrol/modeedit.c @@ -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) -- cgit v1.1