From 8b1741dfcca0fba11c83de2a100e5cc0a29371ef Mon Sep 17 00:00:00 2001
From: johns <>
Date: Mon, 4 Jun 2001 15:21:03 +0000
Subject: [PATCH] *** empty log message ***

---
 src/ai/script_ai.cpp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/ai/script_ai.cpp b/src/ai/script_ai.cpp
index f0a2a1396..434648bc0 100644
--- a/src/ai/script_ai.cpp
+++ b/src/ai/script_ai.cpp
@@ -381,9 +381,7 @@ local SCM CclDefineAi(SCM list)
 --	Ai script functions
 ----------------------------------------------------------------------------*/
 
-/**
-**	Get unit-type.
-*/
+    /// Get unit-type.
 extern UnitType* CclGetUnitType(SCM ptr);
 
 /**