File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ configure_file("${CMAKE_SOURCE_DIR}/src/version.cpp.in" "${CMAKE_BINARY_DIR}/gen
29
29
include_directories ("${CMAKE_BINARY_DIR} /generated" )
30
30
31
31
##############################
32
- # LOOT API
32
+ # libloot
33
33
##############################
34
34
35
35
if (NOT DEFINED LIBLOOT_URL)
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ int main(int argc, char **argv) {
64
64
if ((strcmp (argv[1 ], " -v" ) == 0 ) || (strcmp (argv[1 ], " --version" ) == 0 )) {
65
65
cout << endl << " LOOT Metadata Validator" << endl
66
66
<< " v" << Version::string () << " , build revision " << Version::revision << endl
67
- << " Using LOOT API v" << LootVersion::GetVersionString () << " , build revision " << LootVersion::revision
67
+ << " Using libloot v" << LootVersion::GetVersionString () << " , build revision " << LootVersion::revision
68
68
<< endl << endl;
69
69
return 0 ;
70
70
}
You can’t perform that action at this time.
0 commit comments