1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 20:44:19 +00:00

Trivial EOL.

This commit is contained in:
Con Kolivas 2011-07-14 23:46:32 +10:00
parent 5bbd3134c3
commit 636c425073

2
main.c
View File

@ -453,7 +453,7 @@ static char *load_config(const char *arg, void *unused)
static char *print_ndevs_and_exit(int *ndevs)
{
printf("%i GPU devices detected", *ndevs);
printf("%i GPU devices detected\n", *ndevs);
exit(*ndevs);
}