Add newline at the end of introspection xml

This commit is contained in:
Nedko Arnaudov 2010-03-06 16:53:51 +02:00
parent fc21df8068
commit eee9239f0c
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
/*
* LADI Session Handler (ladish)
*
* Copyright (C) 2008, 2009 Nedko Arnaudov <nedko@arnaudov.name>
* Copyright (C) 2008, 2009, 2010 Nedko Arnaudov <nedko@arnaudov.name>
* Copyright (C) 2008 Juuso Alasuutari <juuso.alasuutari@gmail.com>
*
**************************************************************************
@ -110,7 +110,7 @@ introspection_new(struct dbus_object_path * opath_ptr)
}
write_buf(" </interface>\n");
}
write_buf("</node>");
write_buf("</node>\n");
/*
* Create a D-Bus message from the XML data.