prototypes-fixes-20020821
[openafs.git] / src / bucoord / dump.c
index a13487e..25d97c7 100644 (file)
@@ -303,7 +303,7 @@ bc_StartDmpRst(aconfig, adname, avname, avolsToDump, adestServer, adestPartition
         memset(&bc_dumpTasks[i].destServer, 0, sizeof(struct sockaddr_in));
  
     code = LWP_CreateProcess(bc_DmpRstStart, 20480, LWP_NORMAL_PRIORITY, 
-                            (void *)i, "helper", &junk);
+                            (void *) i, "helper", &junk);
     if (code)
     {
        bc_HandleMisc(code);