[version] Typo

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-06-04 20:26:47 +02:00
parent bdee66bcd9
commit 8fdc1d9608
1 changed files with 2 additions and 2 deletions

View File

@ -34,10 +34,10 @@ eprint_version(const char *const executable)
{
printf("%s (awesome) " AWESOME_VERSION_INTERNAL
" (" AWESOME_RELEASE ")\n"
"compiled",
"built",
executable);
#if defined(__DATE__) && defined(__TIME__)
printf(" at " __DATE__ " " __TIME__);
printf(" " __DATE__ " " __TIME__);
#endif
printf(" for %s", AWESOME_COMPILE_MACHINE);
#if defined(__GNUC__) \