summaryrefslogtreecommitdiff
path: root/Unit.c
diff options
context:
space:
mode:
Diffstat (limited to 'Unit.c')
-rw-r--r--Unit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Unit.c b/Unit.c
index b9c3040..3bede4a 100644
--- a/Unit.c
+++ b/Unit.c
@@ -252,7 +252,7 @@ void UnitAcceptAction(TYPE_UNIT* ptrUnit)
break;
default:
- return NULL;
+ return;
break;
}