]> Git Repo - qemu.git/commit - hw/char/serial.c
Remove wrong semicolon in macro definition
authorStefan Weil <[email protected]>
Mon, 13 Sep 2010 19:21:57 +0000 (21:21 +0200)
committerEdgar E. Iglesias <[email protected]>
Tue, 14 Sep 2010 08:58:38 +0000 (10:58 +0200)
commit46411f863c26ff85c48b97939502007610c95398
treebd185262833a81ac3e6c82f9449a77423b1c05ac
parentb6601141cd2a170dfe773987b06f716a190ea7e0
Remove wrong semicolon in macro definition

Macros normally should not end with a semicolon,
otherwise their usage results in two statements
where only one statement was expected.

Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Edgar E. Iglesias <[email protected]>
hw/serial.c
tests/cris/check_swap.c
This page took 0.026022 seconds and 4 git commands to generate.