Changeset eee9239f0ce95575624ed911defebd628a458891

Show
Ignore:
Timestamp:
03/06/10 16:53:51 (5 months ago)
Author:
Nedko Arnaudov <nedko@…>
Children:
f813dbd025ae762ccdce497bbcd60f38c730e837
Parents:
fc21df8068e684f6a73263e74d440c9ba045ffb0
git-committer:
Nedko Arnaudov <nedko@arnaudov.name> / 2010-03-06T16:53:51Z+0200
Message:

Add newline at the end of introspection xml

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dbus/object_path.c

    r540d2eb reee9239  
    33 * LADI Session Handler (ladish) 
    44 * 
    5  * Copyright (C) 2008, 2009 Nedko Arnaudov <nedko@arnaudov.name> 
     5 * Copyright (C) 2008, 2009, 2010 Nedko Arnaudov <nedko@arnaudov.name> 
    66 * Copyright (C) 2008 Juuso Alasuutari <juuso.alasuutari@gmail.com> 
    77 * 
     
    111111    write_buf("  </interface>\n"); 
    112112  } 
    113   write_buf("</node>"); 
     113  write_buf("</node>\n"); 
    114114 
    115115  /*