From 8ea3d2b618aee3a4b0992e31ed2d94294273bd1f Mon Sep 17 00:00:00 2001
From: Andre Noll <maan@systemlinux.org>
Date: Fri, 7 Nov 2008 10:31:20 +0100
Subject: [PATCH] Rename error message for E_OUTPUT.

We might as well get this error without using an output file.
---
 error.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/error.h b/error.h
index 9b0de5a..00fbbc8 100644
--- a/error.h
+++ b/error.h
@@ -25,7 +25,7 @@
 	_ERROR(MMAP, "mmap error") \
 	_ERROR(OSL, "osl error") \
 	_ERROR(SIGNAL_SIG_ERR, "signal() returned SIG_ERR") \
-	_ERROR(OUTPUT, "error writing output file") \
+	_ERROR(OUTPUT, "error writing output") \
 	_ERROR(MALFORMED_FORMAT, "malformed format string") \
 	_ERROR(BAD_ALIGN_SPEC, "bad alignment specifier") \
 	_ERROR(TRAILING_GARBAGE, "trailing garbage after specifier") \
-- 
2.39.5