diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-11-30 13:59:25 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-11-30 13:59:25 -0600 |
commit | 1060593d12a527b48e329a1d18448978d525e79d (patch) | |
tree | d60715c993310a13ad7f922f173c67fb2585e1f7 /tdeio | |
parent | 05e764aa4c991949a0249ffdaa203f7292c7b138 (diff) | |
download | tdelibs-1060593d12a527b48e329a1d18448978d525e79d.tar.gz tdelibs-1060593d12a527b48e329a1d18448978d525e79d.zip |
Add end-of-file newlines.
Diffstat (limited to 'tdeio')
-rw-r--r-- | tdeio/tdeio/tdelficon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdeio/tdelficon.h b/tdeio/tdeio/tdelficon.h index 7a962bdaa..37b629f61 100644 --- a/tdeio/tdeio/tdelficon.h +++ b/tdeio/tdeio/tdelficon.h @@ -51,4 +51,4 @@ extern "C" { int get_iconlist(libr_file *file_handle, iconlist *icons); iconentry *get_nexticon(iconlist *icons, iconentry *last_entry); -TQString elf_get_resource(libr_file *handle, char *section_name);
\ No newline at end of file +TQString elf_get_resource(libr_file *handle, char *section_name); |