From 68e1faa2c815696c5cebdb033593b3dcdbb9fff3 Mon Sep 17 00:00:00 2001 From: Piotr Kaczorowski Date: Mon, 4 Jan 2021 22:10:16 +0100 Subject: [PATCH] Fix typo in cc65.sgml --- doc/cc65.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cc65.sgml b/doc/cc65.sgml index 211aa21b3..0b36812d4 100644 --- a/doc/cc65.sgml +++ b/doc/cc65.sgml @@ -550,7 +550,7 @@ Here is a description of all the command line options: Warn about a / that changes a character's code number from/to 0x00. - Warn about no return statement in function returning non-void.. + Warn about no return statement in function returning non-void. Warn when passing structs by value.