diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2009-01-25 22:31:47 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2009-01-25 22:31:47 +0000 |
commit | 4d788c826b6e354f6aa29a047dcd2e93bb220c73 (patch) | |
tree | 2d13ab1ddb9b10656ded305c1d43e4cbae038965 /locale/src | |
parent | 9f6510850e3782a22b0ac282161f5e1e7413f3f2 (diff) |
+ updated extended/Makefile to include new locale/ subdir
svn path=/trunk/externals/moocow/; revision=10641
Diffstat (limited to 'locale/src')
-rw-r--r-- | locale/src/locale.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/src/locale.c b/locale/src/locale.c index 82938bb..b74a0e1 100644 --- a/locale/src/locale.c +++ b/locale/src/locale.c @@ -72,7 +72,7 @@ *=====================================================================*/ static char *locale_banner = - "\nlocale: version " PACKAGE_VERSION " by Bryan Jurish : C99 locale support\n" + "\nlocale: C99 locale support version " PACKAGE_VERSION " by Bryan Jurish\n" "locale: compiled by " PDMOOEXT_USER " on " PDMOOEXT_DATE ; static t_class *locale_class; |