Skip to content

Commit

Permalink
Merge pull request #1 from polluks2/master
Browse files Browse the repository at this point in the history
Fixed two typos
  • Loading branch information
alekmaul committed Nov 23, 2020
2 parents 1c2c1f0 + 7a91d1a commit afa31c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/sound.c
Expand Up @@ -268,7 +268,7 @@ void svision_noise_w(int offset, int data) {
////////////////////////////////////////////////////////////////////////////////
//
////////////////////////////////////////////////////////////////////////////////
void sound_init(vid) {
void sound_init(void) {
}

////////////////////////////////////////////////////////////////////////////////
Expand Down
2 changes: 1 addition & 1 deletion platform/opendingux/main_od.c
Expand Up @@ -230,7 +230,7 @@ int main(int argc, char *argv[]) {
SDL_PauseAudio(0);
}
else {
fprintf(stderr,"cant't load %s : %s",gameName,SDL_GetError()); fflush(stderr);
fprintf(stderr,"can't load %s : %s",gameName,SDL_GetError()); fflush(stderr);
m_Flag = GF_GAMEQUIT;
}
break;
Expand Down

0 comments on commit afa31c3

Please sign in to comment.