diff --git a/src/Extension/G711Rtp.cpp b/src/Extension/G711Rtp.cpp index 49edce5b..ce74eda1 100644 --- a/src/Extension/G711Rtp.cpp +++ b/src/Extension/G711Rtp.cpp @@ -1,4 +1,4 @@ -#include "G711Rtp.h" +#include "G711Rtp.h" namespace mediakit { diff --git a/src/Extension/G711Rtp.h b/src/Extension/G711Rtp.h index 28f9b15f..ffc8ffe8 100644 --- a/src/Extension/G711Rtp.h +++ b/src/Extension/G711Rtp.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (c) 2016 The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/xia-chu/ZLMediaKit).