PR 51090 Fix r181288 to conform to GNU style

From-SVN: r181290
This commit is contained in:
Janne Blomqvist 2011-11-11 18:38:11 +02:00
parent ba5c3b2448
commit c492b9d035

View File

@ -150,7 +150,7 @@ find_addr2line (void)
#define A2L_LEN 10
char *path = getenv ("PATH");
if (!path)
return;
return;
size_t n = strlen (path);
char ap[n + 1 + A2L_LEN];
size_t ai = 0;