From 6807c3fcf45fc15773f2e0250cff6dc5616f9e02 Mon Sep 17 00:00:00 2001 From: "shaver%netscape.com" Date: Wed, 25 Nov 1998 04:54:02 +0000 Subject: [PATCH] C++ class decls need a semicolon --- xpcom/tools/xpidl/xpidl_header.c | 2 +- xpcom/typelib/xpidl/xpidl_header.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xpcom/tools/xpidl/xpidl_header.c b/xpcom/tools/xpidl/xpidl_header.c index aacc2d6f11e6..1623f88e07f6 100644 --- a/xpcom/tools/xpidl/xpidl_header.c +++ b/xpcom/tools/xpidl/xpidl_header.c @@ -23,7 +23,7 @@ interface(TreeState *state) if (!process_node(state)) return FALSE; - fprintf(state->file, "\n}\n"); + fprintf(state->file, "\n};\n"); return TRUE; } diff --git a/xpcom/typelib/xpidl/xpidl_header.c b/xpcom/typelib/xpidl/xpidl_header.c index aacc2d6f11e6..1623f88e07f6 100644 --- a/xpcom/typelib/xpidl/xpidl_header.c +++ b/xpcom/typelib/xpidl/xpidl_header.c @@ -23,7 +23,7 @@ interface(TreeState *state) if (!process_node(state)) return FALSE; - fprintf(state->file, "\n}\n"); + fprintf(state->file, "\n};\n"); return TRUE; }