mirror of
https://github.com/libssh2/libssh2.git
synced 2025-08-08 19:02:07 +03:00
tidy-up: avoid exclamations, prefer single quotes, in outputs
Closes #1079
This commit is contained in:
@@ -69,7 +69,7 @@ int main(void)
|
||||
++retry > retries) {
|
||||
break;
|
||||
}
|
||||
fprintf(stderr, "Test failed (%d)! Retrying... %d / %d\n",
|
||||
fprintf(stderr, "Test failed (%d). Retrying... %d / %d\n",
|
||||
rc, retry, retries);
|
||||
} while(1);
|
||||
|
||||
|
Reference in New Issue
Block a user