summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/sdlos_macosx.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-01-11 07:32:46 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-01-11 07:32:46 +0000
commit0e19f641d3186cdbf51f8ca857e2b07ab95779c2 (patch)
tree234109de1123b13f217494af4b3f8efad346d5cc /src/osd/sdl/sdlos_macosx.c
parent111157ca09a9ff60fe4a9ba49173c315e94314fa (diff)
Cleanups and version bumpmame0148
Diffstat (limited to 'src/osd/sdl/sdlos_macosx.c')
-rw-r--r--src/osd/sdl/sdlos_macosx.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/osd/sdl/sdlos_macosx.c b/src/osd/sdl/sdlos_macosx.c
index f06b8bcbf03..4f6683f5858 100644
--- a/src/osd/sdl/sdlos_macosx.c
+++ b/src/osd/sdl/sdlos_macosx.c
@@ -33,9 +33,9 @@ static osd_ticks_t mach_cycle_counter(void);
// STATIC VARIABLES
//============================================================
-static osd_ticks_t (*cycle_counter)(void) = init_cycle_counter;
-static osd_ticks_t (*ticks_counter)(void) = init_cycle_counter;
-static osd_ticks_t ticks_per_second;
+static osd_ticks_t (*cycle_counter)(void) = init_cycle_counter;
+static osd_ticks_t (*ticks_counter)(void) = init_cycle_counter;
+static osd_ticks_t ticks_per_second;
//============================================================
// init_cycle_counter
@@ -107,7 +107,7 @@ osd_ticks_t osd_ticks_per_second(void)
{
if (ticks_per_second == 0)
{
- return 1; // this isn't correct, but it prevents the crash
+ return 1; // this isn't correct, but it prevents the crash
}
return ticks_per_second;
}
@@ -238,7 +238,7 @@ char *osd_get_clipboard_text(void)
CFIndex flavor_index;
ItemCount item_count;
UInt32 item_index;
- Boolean success = false;
+ Boolean success = false;
err = PasteboardCreate(kPasteboardClipboard, &pasteboard_ref);