Skip to content

Commit

Permalink
misc: small typo cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zpl-zak committed Mar 1, 2024
1 parent a434408 commit 42af1f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/enet.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* software.
* SOFTWARE.
*
*/
#ifndef enet_include_h
#define enet_include_h
#ifndef ENET_INCLUDE_H
#define ENET_INCLUDE_H

#include <assert.h>
#include <stdlib.h>
Expand Down

0 comments on commit 42af1f4

Please sign in to comment.