Small cleanup for 80 char/line limit.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27064 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2008-08-19 15:49:57 +00:00
parent 7f1535c0d2
commit 0470025008
@@ -121,7 +121,8 @@ FlatIconExporter::Export(const Icon* icon, BNode* node,
buffer.Buffer(), buffer.SizeUsed());
if (written != (ssize_t)buffer.SizeUsed()) {
if (written < 0) {
printf("failed to write attribute: %s\n", strerror((status_t)written));
printf("failed to write attribute: %s\n",
strerror((status_t)written));
return (status_t)written;
}
printf("failed to write attribute\n");