prototypes-fixes-20020821
[openafs.git] / src / bucoord / main.c
index 5926907..7506bb3 100644 (file)
@@ -278,7 +278,7 @@ static int backupInit()
     /* setup status monitoring thread */
     initStatus();
     code = LWP_CreateProcess(statusWatcher, 20480, LWP_NORMAL_PRIORITY, 
-                            (void *)2, "statusWatcher", &watcherPid);
+                            (void *) 2, "statusWatcher", &watcherPid);
     if ( code )
     {
        com_err(whoami, code, "; Can't create status monitor task");