]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message ***
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 10 Oct 2000 18:41:20 +0000 (18:41 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 10 Oct 2000 18:41:20 +0000 (18:41 +0000)
src/serv.c

index f64a71360156fca533eb353928d280c90fdb0021..5274e3f0688ee0b901bec20b8bef5d74110f6de8 100644 (file)
@@ -84,7 +84,7 @@ int main()
            continue;
        }
        fprintf(stderr, "Handshake was completed\n");
-       fprintf(stderr, "Acting as echo server...");
+       fprintf(stderr, "Acting as echo server...\n");
        ret =
            gnutls_send(sd, state, "hello client",
                        sizeof("hello client"));