Deleted empty strings at the end of file

This commit is contained in:
barthess 2015-06-30 23:32:26 +03:00
parent d66299ff75
commit 0d221ea971
1 changed files with 0 additions and 8 deletions

View File

@ -103,11 +103,3 @@ void memcpy_dma(void *dest, const void *src, size_t size) {
memcpy(dest+size-remainder, src+size-remainder, remainder);
}