Small style fixup
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -133,7 +133,7 @@ void load_key()
|
|||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
PROFILER_RECORD;
|
PROFILER_RECORD;
|
||||||
load_key();
|
load_key();
|
||||||
cout << "Welcome to the Secutech customer portal." << endl;
|
cout << "Welcome to the Secutech login portal." << endl;
|
||||||
cout << "How can we help you today? (type 'help' for help)" << endl;
|
cout << "How can we help you today? (type 'help' for help)" << endl;
|
||||||
string input;
|
string input;
|
||||||
do
|
do
|
||||||
|
|||||||
Reference in New Issue
Block a user