diff options
| author | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-05-14 12:49:24 +0200 |
|---|---|---|
| committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-05-14 12:49:24 +0200 |
| commit | 0b09bd900f857aac928cd7e6bc059b1e0c8b718a (patch) | |
| tree | c94fc6e91939692746fd63c8c0787b3814bddf27 /include/libssh | |
| parent | abc61fa1ccfa5472ab4dbc0088663f8b26582196 (diff) | |
| download | libssh-0b09bd900f857aac928cd7e6bc059b1e0c8b718a.tar.gz libssh-0b09bd900f857aac928cd7e6bc059b1e0c8b718a.tar.xz libssh-0b09bd900f857aac928cd7e6bc059b1e0c8b718a.zip | |
Typos in last patch
Diffstat (limited to 'include/libssh')
| -rw-r--r-- | include/libssh/priv.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h index 77423bfb..f3c2babd 100644 --- a/include/libssh/priv.h +++ b/include/libssh/priv.h @@ -65,11 +65,13 @@ #ifndef HAVE_VSNPRINTF #ifdef HAVE__VSNPRINTF_S #define vsnprintf(s, n, f, v) _vsnprintf_s((s), (n), _TRUNCATE, (f), (v)) -#elif HAVE__VSNPRINTF +#else +#ifdef HAVE__VSNPRINTF #define vsnprintf _vsnprintf #else /* HAVE_VSNPRINTF */ #error "No vsnprintf compatible function found" -#endif +#endif /* HAVE__VSNPRINTF */ +#endif /* HAVE__VSNPRINTF_S */ #endif /* HAVE_VSNPRINTF */ #ifndef HAVE_STRNCPY |
