X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor-pkg-ubuntu.git;a=blobdiff_plain;f=src%2Flib%2Famd.c;h=e83f5f1fa529919abd3c98f92cc388c8f286c949;hp=02fcc03aba05d755aedf1c73a1dddacc42f60cdf;hb=c271a4d106a1242ff18b6f5aeb3f56280c7eaf2c;hpb=2e68c12dc10ca8c06b03aad6b4e44144a9134cd5 diff --git a/src/lib/amd.c b/src/lib/amd.c index 02fcc03..e83f5f1 100644 --- a/src/lib/amd.c +++ b/src/lib/amd.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2010-2011 thgreasi@gmail.com, jeanfi@gmail.com - * Copyright (C) 2010-2013 jeanfi@gmail.com + * Copyright (C) 2012-2014 jeanfi@gmail.com * * GPU usage is a contribution of MestreLion * @@ -69,9 +69,7 @@ static void *getprocaddress(void *plibrary, const char *name) return dlsym(plibrary, name); } -/* - Returns the temperature (Celcius) of an AMD/ATI GPU. -*/ +/* Returns the temperature (Celsius) of an AMD/ATI GPU. */ static double get_temp(struct psensor *sensor) { ADLTemperature v;