Skip to content

Commit

Permalink
fixed indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskramm committed Aug 25, 2012
1 parent d6aa013 commit 06fb19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swfrender.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ int args_callback_option(char*name,char*val)
pagerange = val;
return 1;
} else if(!strcmp(name, "r")) {
resolution = atoi(val);
resolution = atoi(val);
return 1;
} else if(!strcmp(name, "s")) {
char*s = strdup(val);
Expand Down

0 comments on commit 06fb19a

Please sign in to comment.