This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit d4f751f41fd1c6c9f6c9ef8417dcd3059d80a943 Author: YAMAMOTO Takashi <yamam...@midokura.com> AuthorDate: Thu Nov 26 19:45:23 2020 +0900 netutils/thttpd/fdwatch.c: Replace a non-ascii character Replace a character (0xa9, which is the copyright sign in ISO 8859) with "(C)". --- netutils/thttpd/fdwatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netutils/thttpd/fdwatch.c b/netutils/thttpd/fdwatch.c index 7890587..d0d08fb 100644 --- a/netutils/thttpd/fdwatch.c +++ b/netutils/thttpd/fdwatch.c @@ -7,7 +7,7 @@ * * Derived from the file of the same name in the original THTTPD package: * - * Copyright � 1999,2000 by Jef Poskanzer <j...@mail.acme.com>. + * Copyright (C) 1999,2000 by Jef Poskanzer <j...@mail.acme.com>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without