diff --git a/server/loader/main.go b/server/loader/main.go
index 64b5fba59dcfca5d17218a1e5961020b3d71dcc3..7df3c9013bb59781ebf5416bb56b9eaa0676c803 100644
--- a/server/loader/main.go
+++ b/server/loader/main.go
@@ -46,7 +46,7 @@ func main() {
 	}
 	if len(*cpuprofile) > 0 {
 		f, err := os.Create(*cpuprofile)
-i		if err != nil {
+		if err != nil {
 			glog.Fatal(err)
 		}
 		pprof.StartCPUProfile(f)