Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions xclip.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#include <sys/select.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
Expand Down Expand Up @@ -278,7 +279,7 @@ doOptMain(int argc, char *argv[])
fil_number++;
}

/* If filenames were given on the command line,
/* If filenames were given on the command line,
* default to reading input (unless -o was used).
*/
if (fil_number > 0) {
Expand Down Expand Up @@ -937,7 +938,7 @@ main(int argc, char *argv[])
sizeof(opt_tab) / sizeof(opt_tab[0]), opt_tab_size);
return EXIT_FAILURE;
}


/* parse command line options */
doOptMain(argc, argv);
Expand Down