Skip to content

Commit

Permalink
"#pragma once" doesn't need semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Zegeri committed Sep 16, 2018
1 parent 8506cbc commit 24f6bc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/xrGame/CaptureBoneCallback.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma once;
#pragma once

#include "xrPhysics/PhysicsShell.h"

Expand Down
2 changes: 1 addition & 1 deletion src/xrServerEntities/alife_movement_manager_holder.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Author : Plichko Alexander
// Description : movement manager holder
////////////////////////////////////////////////////////////////////////////
#pragma once;
#pragma once

class CMovementManagerHolder
{
Expand Down

0 comments on commit 24f6bc3

Please sign in to comment.