Skip to content

Commit

Permalink
misc: update AUTHORS.md, add CR to sgminer.c, minor style.
Browse files Browse the repository at this point in the history
  • Loading branch information
veox committed Jun 5, 2014
1 parent 78cc408 commit 4f38732
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Core

* Multiple algorithms and switching: Jan Berdajs <mrbrdo at mrbrdo dot net> 15bULC8snaKAMeFb3xBmmhbWj1xyTmBUfm
* Scrypt-only refactor: Noel Maersk <veox at wemakethings dot net> LfxRFgXzA13TSTxgFGUFEtumv5ShGzAmLw
* Historical scrypt-only refactor: Noel Maersk <veox at wemakethings dot net> 12jF1VExtmmMu8D36vo4Y4CYqLK5yCtLC4
* Core: Martin Danielsen <kalroth {at} gmail _dot_ com> 1DNBcSEENBwDKrcTyTW61ezWhzsPy5imkn
* Core: Con Kolivas <kernel [at] kolivas {dot} org> 15qSxP1SQcUX3o4nhkfdbgyoWEFMomJ4rZ
* Core: Luke Dashjr <luke-jr+cgminer @at@ utopios .dot. org> 1QATWksNFGeUJCWBrN4g6hGM178Lovm7Wh
Expand Down Expand Up @@ -33,7 +33,6 @@ updated by many others.

## Testing, bug fixes, improvements

* Hot-switching OpenCL kernel (N-Factor): Jan Berdajs <mrbrdo>
* Michael Fiano <mfiano>
* Gabriel Devenyi <gdevenyi>
* Benjamin Herrenschmidt <ozbenh>
Expand Down
4 changes: 2 additions & 2 deletions sgminer.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
* Copyright 2013-2014 sgminer developers (see AUTHORS.md)
* Copyright 2011-2013 Con Kolivas
* Copyright 2011-2012 Luke Dashjr
* Copyright 2010 Jeff Garzik
Expand Down Expand Up @@ -756,8 +757,7 @@ static void setup_url(struct pool *pool, char *arg)
return;

opt_set_charp(arg, &pool->rpc_url);
if (strncmp(arg, "http://", 7) &&
strncmp(arg, "https://", 8)) {
if (strncmp(arg, "http://", 7) && strncmp(arg, "https://", 8)) {
char *httpinput;

httpinput = (char *)malloc(255);
Expand Down

0 comments on commit 4f38732

Please sign in to comment.