Project

General

Profile

Revision ddd50354

IDddd5035430f97e8c8e966ec1c67bcf540862b304
Parent 13fd9e7e
Child 4d22fe8e

Added by Thomas Mullins almost 11 years ago

Minor typo

View differences:

mainbox/util.c
68 68
  if (fd < 0) {
69 69
    if (errno == EEXIST)
70 70
      fprintf(stderr, "ERROR: tooltron is already running, or the pidfile "
71
          PIDFILE "is stale");
71
          PIDFILE " is stale");
72 72
    else
73 73
      log_perror(PIDFILE);
74 74
    return 1;

Also available in: Unified diff