updated to new version of checkpatch.pl
[psensor.git] / src / lib / amd.c
index b806736..6b7f59d 100644 (file)
@@ -65,7 +65,7 @@ static void __stdcall *adl_main_memory_alloc(int isize)
        return lpbuffer;
 }
 
-static void *getprocaddress(void *plibrary, const char * name)
+static void *getprocaddress(void *plibrary, const char *name)
 {
        return dlsym(plibrary, name);
 }