Add a missing #endif to the end of one of the IDL files.

Submitted by:	Alexander Nedotsukov <bland@mail.ru>
This commit is contained in:
Joe Marcus Clarke 2003-05-21 05:50:55 +00:00
parent 43d8bb7d5a
commit b1f2f963f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81580
2 changed files with 9 additions and 0 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= bonobo-activation
PORTVERSION= 2.2.1.1
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME}

View file

@ -0,0 +1,8 @@
--- idl/Bonobo_GenericFactory.idl.orig Wed May 21 14:14:14 2003
+++ idl/Bonobo_GenericFactory.idl Wed May 21 14:15:05 2003
@@ -44,3 +44,5 @@
#pragma inhibit pop
#endif
#endif
+
+#endif