From 4e772003c8b4eaa1b459ac2e8a9ed9bb252586e0 Mon Sep 17 00:00:00 2001 From: Themaister Date: Tue, 20 Mar 2012 23:18:10 +0100 Subject: [PATCH] Style nit. --- file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.c b/file.c index d5272cb652..fca1465bb9 100644 --- a/file.c +++ b/file.c @@ -223,7 +223,7 @@ error: } // Load SNES rom only. Applies a hack for headered ROMs. -static ssize_t read_rom_file(FILE* file, void** buf) +static ssize_t read_rom_file(FILE *file, void **buf) { ssize_t ret = 0; uint8_t *ret_buf = NULL;