Changeset 6614 for pymolproxy


Ignore:
Timestamp:
Nov 11, 2016 2:57:33 AM (8 years ago)
Author:
ldelgass
Message:

fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pymolproxy/trunk/pymolproxy.c

    r6612 r6614  
    22802280            status = GetLine(&p->client, &numBytes, &line);
    22812281            if (status != BUFFER_OK) {
    2282                 ERROR("can't read client stdout (numBytes=%d, status=$d): %s",
     2282                ERROR("can't read client stdout (numBytes=%d, status=%d): %s",
    22832283                      numBytes, status, strerror(errno));
    22842284                goto done;
Note: See TracChangeset for help on using the changeset viewer.