Fix high-ASCII in source file

This commit is contained in:
Vinnie Falco
2017-12-30 09:00:02 -08:00
parent 8c5440aae1
commit 65d92f62fb
2 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@ Version 151:
* Sanitizer failures are errors * Sanitizer failures are errors
* Depend on container_hash * Depend on container_hash
* Fix high-ASCII in source file
WebSocket: WebSocket:

View File

@ -13,7 +13,7 @@
base64.cpp and base64.h base64.cpp and base64.h
Copyright (C) 2004-2008 Ren<EFBFBD> Nyffenegger Copyright (C) 2004-2008 Rene Nyffenegger
This source code is provided 'as-is', without any express or implied This source code is provided 'as-is', without any express or implied
warranty. In no event will the author be held liable for any damages warranty. In no event will the author be held liable for any damages
@ -33,7 +33,7 @@
3. This notice may not be removed or altered from any source distribution. 3. This notice may not be removed or altered from any source distribution.
Ren<EFBFBD> Nyffenegger rene.nyffenegger@adp-gmbh.ch Rene Nyffenegger rene.nyffenegger@adp-gmbh.ch
*/ */