You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/11/27 03:28:27 UTC

[incubator-nuttx-apps] 03/07: netutils/thttpd/fdwatch.c: Replace a non-ascii character

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 <ya...@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 <je...@mail.acme.com>.
+ *   Copyright (C) 1999,2000 by Jef Poskanzer <je...@mail.acme.com>.
  *   All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without