From a76f0b5ea7ccceb470901f42cb4d60ca6f1c7d1e Mon Sep 17 00:00:00 2001 From: sandeep Date: Sun, 29 Apr 2001 22:32:18 +0000 Subject: [PATCH] Fixed a warning git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@764 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/port.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/port.h b/src/port.h index f8e733a8..e0470a8f 100644 --- a/src/port.h +++ b/src/port.h @@ -246,4 +246,4 @@ extern PORT i186_port; extern PORT tlcs900h_port; #endif -#endif PORT_INCLUDE +#endif /* PORT_INCLUDE*/ -- 2.30.2