wmomikuzi: main() returns an int.
This commit is contained in:
parent
fbb8c1f3da
commit
699726230b
|
@ -73,7 +73,7 @@ static DAProgramOption options[] = {
|
||||||
{"-d", "--displayname", "display to use.", DOString, False, {&displayName}},
|
{"-d", "--displayname", "display to use.", DOString, False, {&displayName}},
|
||||||
};
|
};
|
||||||
|
|
||||||
main(int argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
Pixmap daikichi_pixmap;
|
Pixmap daikichi_pixmap;
|
||||||
Pixmap chukichi_pixmap;
|
Pixmap chukichi_pixmap;
|
||||||
|
|
Loading…
Reference in a new issue