heyuanjie87 6 years ago
parent
commit
131181ec52
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ipmsg_filerecv.c

+ 1 - 1
ipmsg_filerecv.c

@@ -138,7 +138,7 @@ static void msg_server(void *p)
         {
         {
             fh->notify(fh, IPMSG_FE_CLOSE, fh->fi);
             fh->notify(fh, IPMSG_FE_CLOSE, fh->fi);
         }
         }
-            goto _out;
+        goto _out;
         }
         }
     }
     }