Skip to content

Commit

Permalink
* Whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Aug 30, 2009
1 parent a66be65 commit 1b56b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/music_openal.c
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ int music_al_load( const char* name, SDL_RWops *rw )
music_vorbis.info = ov_info( &music_vorbis.stream, -1 );

/* Get replaygain information. */
vc = ov_comment( &music_vorbis.stream, -1 );
vc = ov_comment( &music_vorbis.stream, -1 );
track_gain_db = 0.;
track_peak = 1.;
rg = 0;
Expand Down

0 comments on commit 1b56b08

Please sign in to comment.