]> git.lyx.org Git - lyx.git/blobdiff - src/support/fmt.C
fix typo that put too many include paths for most people
[lyx.git] / src / support / fmt.C
index cc66835ba234603aa6d2bb62f8f7c9cce026a8be..1e61e3bb324d9cb2dcdaeb556966c81e4ade5642 100644 (file)
@@ -26,7 +26,7 @@ using std::va_list;
    glibc returns the needed size.
    One problem can be that vsnprintf is not implemented on all archs,
    but AFAIK it is part of the new ANSI C standard.
-   
+
    Lgb
 */