Tactical commit
This commit is contained in:
parent
8334e2bf1f
commit
b15c0e8f89
4 changed files with 167 additions and 124 deletions
|
|
@ -87,7 +87,7 @@ int main( int argc, char *argv[] ) {
|
|||
bool show_prompt = false;
|
||||
|
||||
setlocale( LC_ALL, "" );
|
||||
curl_global_init(CURL_GLOBAL_DEFAULT);
|
||||
curl_global_init( CURL_GLOBAL_DEFAULT );
|
||||
|
||||
while ( ( option = getopt( argc, argv, "cpdv:" ) ) != -1 ) {
|
||||
switch ( option ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue