X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=blobdiff_plain;f=src%2Flib%2Famd.c;h=e83f5f1fa529919abd3c98f92cc388c8f286c949;hp=02fcc03aba05d755aedf1c73a1dddacc42f60cdf;hb=cddb9964bcb67249bf9426a3376c062a3d27398b;hpb=ba85e3eadb75ad8bd62d9f46f5f13c33b42cb864 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;