Skip to content

Commit 42af1f4

Browse files
committed
misc: small typo cleanup
1 parent a434408 commit 42af1f4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

include/enet.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3030
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3131
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32-
* software.
32+
* SOFTWARE.
3333
*
3434
*/
35-
#ifndef enet_include_h
36-
#define enet_include_h
35+
#ifndef ENET_INCLUDE_H
36+
#define ENET_INCLUDE_H
3737

3838
#include <assert.h>
3939
#include <stdlib.h>

0 commit comments

Comments
 (0)