remove dangling spaces
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
/*
|
||||
GEOSLib example
|
||||
|
||||
|
||||
Hello, world example - with DBox
|
||||
|
||||
|
||||
Maciej 'YTM/Elysium' Witkowiak
|
||||
<ytm@elysium.pl>
|
||||
|
||||
|
||||
26.12.1999
|
||||
*/
|
||||
|
||||
@@ -18,7 +18,7 @@ void main (void)
|
||||
|
||||
DlgBoxOk(CBOLDON "Hello, world" CPLAINTEXT,
|
||||
"This is written in C!");
|
||||
|
||||
|
||||
// Normal apps exit from main into system's mainloop, and app finish
|
||||
// when user selects it from icons or menu, but here we want to exit
|
||||
// immediately.
|
||||
|
||||
Reference in New Issue
Block a user