Remove TODO, code is correct

SVN revision: 56601
This commit is contained in:
Sebastian Dransfeld 2011-01-31 11:45:29 +00:00
parent b069c18c4b
commit e35ba4174c
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ efreet_trash_delete_uri(Efreet_Uri *uri, int force_delete)
if ((f = fopen(dest, "w")))
{
fputs("[Trash Info]\n", f); //TODO is '\n' right?? (or \r\c??)
fputs("[Trash Info]\n", f);
fputs("Path=", f);
escaped = efreet_uri_encode(uri);