From 87a024e9b050e1aec8b4e94f95a9ff31c03a5b38 Mon Sep 17 00:00:00 2001 From: "valeski%netscape.com" Date: Fri, 30 Oct 1998 19:43:25 +0000 Subject: [PATCH] solaris compiler choking on trailing comma in enumeration. submitted by tor@cs.brown.edu --- network/module/nsHttpUrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/module/nsHttpUrl.cpp b/network/module/nsHttpUrl.cpp index 510c59c4707..17b481a3e90 100644 --- a/network/module/nsHttpUrl.cpp +++ b/network/module/nsHttpUrl.cpp @@ -42,7 +42,7 @@ public: Send_None, Send_File, Send_Data, - Send_DataFromFile, + Send_DataFromFile } SendType; public: