1
0
Fork 0

fixed typo in ifdef

This commit is contained in:
Frank Celler 2013-10-18 15:10:22 +02:00
parent 5232d2bd67
commit 5afa8ceeb1
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ int main (int argc, char* argv[]) {
cout << endl << "Welcome to arangosh " << TRI_VERSION_FULL << ". Copyright (c) 2012 triAGENS GmbH" << endl;
#ifdef TRI_V8_VERSION
#ifdef TRI_MRUBY_VERSION
cout << "Using MRUBY " << TRI_MRUBY_VERSION << " engine. Copyright (c) 2012 mruby developers." << endl;
#endif