Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sahaRatul committed Jul 31, 2015
1 parent 0fccbdf commit 1f31be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selaplay.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ int main(int argc,char **argv)
{
fprintf(stderr,"Input : %s\n",argv[1]);
#ifdef __PULSE__
fprintf(stderr,"Using Pulse Audio output\n");
fprintf(stderr,"Using pulseaudio output\n");
#elif __AO__
fprintf(stderr,"Using Xiph.org libao output\n");
#endif
Expand Down

0 comments on commit 1f31be3

Please sign in to comment.