Skip to content

Commit

Permalink
Added comment to clarify configuration option
Browse files Browse the repository at this point in the history
  • Loading branch information
lmartinking committed Mar 24, 2011
1 parent fd0e7f3 commit b011f08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmux-ping.c
Expand Up @@ -12,8 +12,8 @@
#include <sys/wait.h>
#include <fcntl.h>

#define PING_COUNT "1"
#define PING_TIMEOUT "1"
#define PING_COUNT "1" /* must be a string! */
#define PING_TIMEOUT "1" /* must be a string! */

#define PING_PROG "/bin/ping"

Expand Down

0 comments on commit b011f08

Please sign in to comment.