Skip to content
Snippets Groups Projects
Commit 0698055e authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

mkpeep: Fixed warning.

parent f1444c69
No related branches found
No related tags found
No related merge requests found
...@@ -367,7 +367,7 @@ class Breakable { ...@@ -367,7 +367,7 @@ class Breakable {
foreach(lines, string|array(string) line) foreach(lines, string|array(string) line)
if(stringp(line)) { if(stringp(line)) {
if(String.trim_all_whites([string]line)=="") if(String.trim_all_whites([string]line)=="")
ret += line; ret += [string]line;
else else
ret += sprintf("%*n%s\n", ind, [string]line); ret += sprintf("%*n%s\n", ind, [string]line);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment