Skip to content

Commit

Permalink
SDL_string.c: added comments to three SDL_FormatInfo members.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Sep 26, 2018
1 parent bc6c199 commit ffc19ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/stdlib/SDL_string.c
Expand Up @@ -1360,9 +1360,9 @@ typedef enum

typedef struct
{
SDL_bool left_justify;
SDL_bool force_sign;
SDL_bool force_type;
SDL_bool left_justify; /* for now: ignored. */
SDL_bool force_sign; /* for now: used only by float printer, ignored otherwise. */
SDL_bool force_type; /* for now: used only by float printer, ignored otherwise. */
SDL_bool pad_zeroes;
SDL_letter_case force_case;
int width;
Expand Down

0 comments on commit ffc19ee

Please sign in to comment.