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:29 UTC

[incubator-nuttx-apps] 05/07: netutils/thttpd/thttpd.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 92843ede9d54d247860cc05b56fafed739872a85
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Thu Nov 26 19:49:51 2020 +0900

    netutils/thttpd/thttpd.c: Replace a non-ascii character
    
    Replace a character (0xa9, which is the copyright sign in ISO 8859)
    with "(C)".
---
 netutils/thttpd/thttpd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netutils/thttpd/thttpd.c b/netutils/thttpd/thttpd.c
index 5267035..83d8a45 100644
--- a/netutils/thttpd/thttpd.c
+++ b/netutils/thttpd/thttpd.c
@@ -7,7 +7,7 @@
  *
  * Derived from the file of the same name in the original THTTPD package:
  *
- *   Copyright � 1995,1998,1999,2000,2001 by Jef Poskanzer <je...@mail.acme.com>.
+ *   Copyright (C) 1995,1998,1999,2000,2001 by Jef Poskanzer <je...@mail.acme.com>.
  *   All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without