fixed compile error and player2 support
[pcsx_rearmed.git] / frontend / 3ds / sys / mman.h
index 2a82e32..fae1624 100644 (file)
@@ -56,7 +56,6 @@ static inline int munmap(void *addr, size_t len)
 {
    free(addr);
    return 0;
-
 }
 
 #ifdef __cplusplus