newlines at end of file

This commit is contained in:
Jasmine Iwanek
2022-02-18 21:38:51 -05:00
parent 30e0c7f21b
commit 4287e44824
86 changed files with 55 additions and 92 deletions

View File

@@ -60,4 +60,4 @@ if(TANDY_ISA)
endif()
add_subdirectory(resid-fp)
target_link_libraries(86Box resid-fp)
target_link_libraries(86Box resid-fp)

View File

@@ -2404,4 +2404,3 @@ void emu8k_close(emu8k_t *emu8k)
free(emu8k->rom);
free(emu8k->ram);
}

View File

@@ -21,7 +21,7 @@
#include <string.h>
#include <stdlib.h>
#include <wchar.h>
#include <math.h>
#include <math.h>
#include <86box/86box.h>
#include <86box/io.h>
#include <86box/timer.h>