summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2008-08-19 21:25:58 +1000
committerPaul Mackerras <paulus@samba.org>2008-08-19 21:25:58 +1000
commit8d07ad78c8a32b9c89bfcea25d775e8440fd4172 (patch)
treeab722ca2209d599412509188c472617c3c6951a7 /chat
parent860a540431d92632fc19e7f6cf7b06c92fe1ee1e (diff)
downloadppp-8d07ad78c8a32b9c89bfcea25d775e8440fd4172.tar.gz
Remove various warnings, fix pppol2tp install
This fixes a collection of minor things that were resulting in harmless warnings (accidental trigraphs, missing prototypes, signed/unsigned char being used interchangeably) and corrects an error in the pppol2tp makefile, which meant that it wasn't installing anything. Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'chat')
-rw-r--r--chat/chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chat/chat.c b/chat/chat.c
index dc6cf2e..0b88c27 100644
--- a/chat/chat.c
+++ b/chat/chat.c
@@ -1303,7 +1303,7 @@ register char *s;
if (verbose) {
if (quiet)
- msgf("send (??????)");
+ msgf("send (?????\?)");
else
msgf("send (%v)", s);
}