From 93b898870f161b3cc650f2d9f9d88f04afaaddbe Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Tue, 6 Mar 2001 22:49:29 +0000 Subject: [PATCH] Win bustage - there was still an extra character in the file --- xpcom/io/makefile.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpcom/io/makefile.win b/xpcom/io/makefile.win index cec361500773..df2b326cfdf2 100644 --- a/xpcom/io/makefile.win +++ b/xpcom/io/makefile.win @@ -59,7 +59,7 @@ XPIDLSRCS = \ .\nsILocalFile.idl \ .\nsIDirectoryService.idl \ .\nsIByteArrayInputStream.idl \ - .\nsIInputStreamTee.idl \ + .\nsIInputStreamTee.idl \ $(NULL) ################################################################################