attrib.c: fix line to be <=80 characters long

edge.strict_endians
cha0smaster 2005-09-24 13:06:59 +00:00
parent c9294cb701
commit 7fee848c26
1 changed files with 2 additions and 2 deletions

View File

@ -4373,8 +4373,8 @@ retry:
/* Remove unused attribute record. */
if (ntfs_attr_record_rm(ctx)) {
err = errno;
Dprintf("%s(): Couldn't remove unused attribute "
"record.\n", __FUNCTION__);
Dprintf("%s(): Couldn't remove unused attribute"
" record.\n", __FUNCTION__);
goto put_err_out;
}
ntfs_attr_reinit_search_ctx(ctx);