add newlines that were inadvertently removed by me

This commit is contained in:
Jeff Lenk 2011-10-28 14:13:18 -05:00
parent da10fe86a1
commit 4826c5f3ac
4 changed files with 4 additions and 4 deletions

View File

@ -40,4 +40,4 @@ freeswitch_wrap.cxx:
rm -f *.cs
depend_install:
mkdir -p $(DESTDIR)$(modulesdir)/managed
mkdir -p $(DESTDIR)$(modulesdir)/managed

View File

@ -215,4 +215,4 @@ char * SWIG_csharp_string_callback(const char * str) {
%include switch_scheduler.h
%include switch_config.h
%include switch_cpp.h
%include freeswitch_managed.h
%include freeswitch_managed.h

View File

@ -190,4 +190,4 @@ class ManagedSession:public CoreSession {
hangupFunction hangupDelegate;
};
#endif
#endif

View File

@ -440,4 +440,4 @@ SWITCH_STANDARD_API(managedreload_api_function)
return SWITCH_STATUS_SUCCESS;
}
SWITCH_END_EXTERN_C
SWITCH_END_EXTERN_C