Fix comment style

This commit is contained in:
hasufell 2014-05-09 15:03:29 +02:00
parent 36a6e2aae4
commit d238261d4e
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

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);