Changeset 14117


Ignore:
Timestamp:
12/09/12 21:21:56 (12 years ago)
Author:
Mathieu Morlighem
Message:

Added missing parenthesis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/solutions/EnvironmentInit.cpp

    r13736 r14117  
    3131        if(!my_rank) printf("\n");
    3232        if(!my_rank) printf("Ice Sheet System Model (%s) version  %s\n",PACKAGE_NAME,PACKAGE_VERSION);
    33         if(!my_rank) printf("(website: %s contact: %s\n",PACKAGE_URL,PACKAGE_BUGREPORT);
     33        if(!my_rank) printf("(website: %s contact: %s)\n",PACKAGE_URL,PACKAGE_BUGREPORT);
    3434        if(!my_rank) printf("\n");
    3535
Note: See TracChangeset for help on using the changeset viewer.