X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fmware%2Fmsg.c;h=bc4ec64170ab92b9c2fe5c755e8dc6be261bec5d;hb=c22fe24a0da896a52dbc3882390ec18a440ef56a;hp=f565c8ab2a02e024c173dde693f3ba3ba963739e;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/mware/msg.c b/bertos/mware/msg.c index f565c8ab..bc4ec641 100644 --- a/bertos/mware/msg.c +++ b/bertos/mware/msg.c @@ -38,16 +38,6 @@ * \author Stefano Fedrigo */ -/*#* - *#* $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[] = "";