Remove unnecessary, and mismatched, comment.

Submitted by:	Fedor Uporov
This commit is contained in:
Pedro F. Giffuni 2017-06-11 19:09:10 +00:00
parent eaac4bffc7
commit 4d7faf1b26

View File

@ -89,7 +89,7 @@ ext2_extattr_name_to_bsd(int attrnamespace, const char *name, int* name_len)
*/
#ifdef EXT2FS_DEBUG
printf("can not convert ext2fs name to bsd: namespace=%d\n", attrnamespace);
#endif /* DEBUG */
#endif
return (NULL);
}