summaryrefslogtreecommitdiff
path: root/dos/perror.c
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-05-03 17:32:15 -0700
committerH. Peter Anvin <hpa@zytor.com>2006-05-03 17:32:15 -0700
commit28eecd8965aedbd75727fb0797a2e7033d5c54ee (patch)
tree1cac9ffc5f7fe7fd82d59b4accd7b8cf85762f74 /dos/perror.c
parentf8c463722022008c8412a69f90576d2bf38818ed (diff)
downloadsyslinux-28eecd8965aedbd75727fb0797a2e7033d5c54ee.tar.gz
Across-the-board stealth whitespace cleanup
Diffstat (limited to 'dos/perror.c')
-rw-r--r--dos/perror.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dos/perror.c b/dos/perror.c
index ff8d5f2b..e6e82874 100644
--- a/dos/perror.c
+++ b/dos/perror.c
@@ -5,4 +5,3 @@ void perror(const char *msg)
{
printf("%s: error %s\n", msg, errno);
}
-