diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-01-11 02:02:07 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-01-11 03:01:46 +0100 |
commit | 65364d2e2f40807fdd03ade25917f728adc0ef77 (patch) | |
tree | e2d2e5d0a7e329f50009a086959b4226fe27dde7 /menuprincipal.c | |
parent | d590bfdcdfa8799439cffa41fc74346e9923b6e7 (diff) |
coding rules: stop at 78 colsrewrite
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'menuprincipal.c')
-rw-r--r-- | menuprincipal.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/menuprincipal.c b/menuprincipal.c index 76dff2f..a3c4f7c 100644 --- a/menuprincipal.c +++ b/menuprincipal.c @@ -69,7 +69,8 @@ void Fmenuprincipal (SURFACES *surfaces, POSITIONS *positions) Vmode = 0; if (continuer) { - SDL_BlitSurface(surfaces->Pmenujouer, NULL, surfaces->screen, NULL); + SDL_BlitSurface(surfaces->Pmenujouer, NULL, + surfaces->screen, NULL); SDL_Flip (surfaces->Pecran); } break; |