diff options
| author | erdgeist <> | 2007-11-06 12:03:11 +0000 |
|---|---|---|
| committer | erdgeist <> | 2007-11-06 12:03:11 +0000 |
| commit | bbbaa0e09d21b1f224acb1dc21b10192af086b46 (patch) | |
| tree | 96ad13b78fb881f1b027e919c6d849346aef3ea5 /ot_clean.c | |
| parent | 8900cc0dd980cb08a0af957a1d0dd849bf3c2ac6 (diff) | |
Fixed warnings about newlines at end of file
Diffstat (limited to 'ot_clean.c')
| -rw-r--r-- | ot_clean.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -116,4 +116,4 @@ void clean_init( void ) { | |||
| 116 | 116 | ||
| 117 | void clean_deinit( void ) { | 117 | void clean_deinit( void ) { |
| 118 | byte_zero( all_torrents_clean, sizeof( all_torrents_clean ) ); | 118 | byte_zero( all_torrents_clean, sizeof( all_torrents_clean ) ); |
| 119 | } \ No newline at end of file | 119 | } |
