From dee0fc9da1b53efc4c5e0596428dda556995bc26 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 10 Feb 2011 10:01:49 +0100 Subject: save 10 bytes on strings Signed-off-by: Denys Vlasenko --- libbb/messages.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb/messages.c') diff --git a/libbb/messages.c b/libbb/messages.c index 2acbc3bca..fad82c9da 100644 --- a/libbb/messages.c +++ b/libbb/messages.c @@ -22,7 +22,7 @@ const char bb_banner[] ALIGN1 = BANNER; -const char bb_msg_memory_exhausted[] ALIGN1 = "memory exhausted"; +const char bb_msg_memory_exhausted[] ALIGN1 = "out of memory"; const char bb_msg_invalid_date[] ALIGN1 = "invalid date '%s'"; const char bb_msg_unknown[] ALIGN1 = "(unknown)"; const char bb_msg_can_not_create_raw_socket[] ALIGN1 = "can't create raw socket"; -- cgit v1.2.3