From cb6086635c47cf7f82ec7ee54e50bc39cee3ea1c Mon Sep 17 00:00:00 2001 From: Themaister Date: Tue, 16 Aug 2011 12:11:44 +0200 Subject: [PATCH] Nit. --- ssnes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssnes.c b/ssnes.c index 7ad5e8012b..fc5d2185a5 100644 --- a/ssnes.c +++ b/ssnes.c @@ -96,7 +96,7 @@ static void set_fast_forward_button(bool new_button_state, bool new_hold_button_ static void take_screenshot(const uint16_t *frame, unsigned width, unsigned height) { - if (!*(g_settings.screenshot_directory)) + if (!(*g_settings.screenshot_directory)) return; bool ret = screenshot_dump(g_settings.screenshot_directory, frame,