Author: rminnich
Date: 2006-09-14 22:08:10 +0200 (Thu, 14 Sep 2006)
New Revision: 2415

Modified:
   trunk/LinuxBIOSv2/src/stream/rom_stream.c
Log:
fix stupid missing " type
Signed-off-by: Ronald G. Minnich


Modified: trunk/LinuxBIOSv2/src/stream/rom_stream.c
===================================================================
--- trunk/LinuxBIOSv2/src/stream/rom_stream.c   2006-09-14 16:31:14 UTC (rev 
2414)
+++ trunk/LinuxBIOSv2/src/stream/rom_stream.c   2006-09-14 20:08:10 UTC (rev 
2415)
@@ -6,7 +6,7 @@
 
 /* if they set the precompressed rom stream, they better have set a type */
 #if CONFIG_PRECOMPRESSED_ROM_STREAM && ((!CONFIG_COMPRESSED_ROM_STREAM) && 
(!CONFIG_COMPRESSED_ROM_STREAM_NRV2B) && (!CONFIG_COMPRESSED_ROM_STREAM_LZMA))
-#error "You set CONFIG_PRECOMPRESSED_ROM_STREAM but need to set 
CONFIG_COMPRESSED_ROM_STREAM (implies NRV2B, deprecated) or 
CONFIG_COMPRESSED_ROM_STREAM_NRV2B or CONFIG_COMPRESSED_ROM_STREAM_LZMA
+#error "You set CONFIG_PRECOMPRESSED_ROM_STREAM but need to set 
CONFIG_COMPRESSED_ROM_STREAM (implies NRV2B, deprecated) or 
CONFIG_COMPRESSED_ROM_STREAM_NRV2B or CONFIG_COMPRESSED_ROM_STREAM_LZMA"
 #endif
 
 /* If they set ANY of these, then we're compressed */


-- 
linuxbios mailing list
[email protected]
http://www.openbios.org/mailman/listinfo/linuxbios

Reply via email to