Commit 8606e5b4502584b50bf4239ba79091efa8676ad0

Authored by pbrook
1 parent b1a550a0

Remove stray "}".


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1817 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 1 deletions
@@ -430,7 +430,6 @@ static void cocoa_refresh(DisplayState *ds) @@ -430,7 +430,6 @@ static void cocoa_refresh(DisplayState *ds)
430 case 0x02 ... 0x0a: /* '1' to '9' keys */ 430 case 0x02 ... 0x0a: /* '1' to '9' keys */
431 console_select(keycode - 0x02); 431 console_select(keycode - 0x02);
432 break; 432 break;
433 - }  
434 } 433 }
435 } else { 434 } else {
436 /* handle standard key events */ 435 /* handle standard key events */