diff --git a/NMakefile b/NMakefile index 0c43614f..51948cc0 100644 --- a/NMakefile +++ b/NMakefile @@ -1,6 +1,6 @@ !include "win32/config.mk" -# SUBDIRS=src example\simple +# SUBDIRS=src example SUBDIRS=src all-sub: diff --git a/tests/ssh2.c b/tests/ssh2.c index d21d2476..20f1d8b9 100644 --- a/tests/ssh2.c +++ b/tests/ssh2.c @@ -1,4 +1,4 @@ -/* Self test, based on examples/simple/ssh2.c. */ +/* Self test, based on examples/ssh2.c. */ #include "libssh2_config.h" #include