#844 Fixed copy/paste typo in comment.

This commit is contained in:
XMRig 2018-10-25 14:07:15 +07:00
parent acd042c234
commit 3d60b3cc62

View file

@ -400,7 +400,7 @@ bool xmrig::CommonConfig::parseString(int key, const char *arg)
case RetriesKey: /* --retries */ case RetriesKey: /* --retries */
case RetryPauseKey: /* --retry-pause */ case RetryPauseKey: /* --retry-pause */
case ApiPort: /* --api-port */ case ApiPort: /* --api-port */
case PrintTimeKey: /* --cpu-priority */ case PrintTimeKey: /* --print-time */
return parseUint64(key, strtol(arg, nullptr, 10)); return parseUint64(key, strtol(arg, nullptr, 10));
case BackgroundKey: /* --background */ case BackgroundKey: /* --background */