Fix comment style

This commit is contained in:
2014-05-09 15:03:29 +02:00
parent 36a6e2aae4
commit d238261d4e

2
main.c
View File

@@ -40,7 +40,7 @@ int main(int argc, char *argv[])
int windowY;
int screenX;
int screenY;
float factor = 0.80; // percent of screen
float factor = 0.80; /* percent of screen */
if (argc == 1) {
printf("%s", helptext);