Rename myself
[bertos.git] / bertos / mware / msg.c
index f565c8ab2a02e024c173dde693f3ba3ba963739e..6a74266ce07dea36053534a3ba789525664c02a8 100644 (file)
  *
  * \version $Id$
  *
- * \author Bernardo Innocenti <bernie@develer.com>
+ * \author Bernie Innocenti <bernie@codewiz.org>
  * \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[] = "";