X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fmware%2Fmsg.c;h=6a74266ce07dea36053534a3ba789525664c02a8;hb=2325bd9b0caad4f1ef2a277a7c568dae53c3f7f3;hp=f565c8ab2a02e024c173dde693f3ba3ba963739e;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/mware/msg.c b/bertos/mware/msg.c index f565c8ab..6a74266c 100644 --- a/bertos/mware/msg.c +++ b/bertos/mware/msg.c @@ -34,20 +34,10 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \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[] = "";