Fix comment style
This commit is contained in:
parent
36a6e2aae4
commit
d238261d4e
2
main.c
2
main.c
@ -40,7 +40,7 @@ int main(int argc, char *argv[])
|
|||||||
int windowY;
|
int windowY;
|
||||||
int screenX;
|
int screenX;
|
||||||
int screenY;
|
int screenY;
|
||||||
float factor = 0.80; // percent of screen
|
float factor = 0.80; /* percent of screen */
|
||||||
|
|
||||||
if (argc == 1) {
|
if (argc == 1) {
|
||||||
printf("%s", helptext);
|
printf("%s", helptext);
|
||||||
|
Loading…
Reference in New Issue
Block a user