log: Fix style

This commit is contained in:
Denis Kenzior 2016-04-18 10:02:20 -05:00
parent bafe8f2d83
commit db7faf0ad3
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ static void print_backtrace(unsigned int offset)
pos = strchr(buf, '\n');
if (!pos)
break;
*pos++ = '\0';
if (strcmp(buf, "??") == 0) {