Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / mware / msg.c
index f565c8ab2a02e024c173dde693f3ba3ba963739e..bc4ec64170ab92b9c2fe5c755e8dc6be261bec5d 100644 (file)
  * \author Stefano Fedrigo <aleph@develer.com>
  */
 
-/*#*
- *#* $Log$
- *#* Revision 1.2  2006/07/19 12:56:28  bernie
- *#* Convert to new Doxygen style.
- *#*
- *#* Revision 1.1  2005/03/01 23:31:02  bernie
- *#* String table and localization stuff.
- *#*
- *#*/
-
 #include "msg.h"
 
 /**
@@ -73,6 +63,5 @@ const char *msg_strings[MSG_COUNT] = {
  * Untranslated constant strings used more than once are
  * grouped here to save ROM space.
  */
-const char
-       str_empty[] = "";
+const char str_empty[] = "";