diff src/shift.c @ 117:e4e47d2cdbcd

Tank
author Thinker K.F. Li <thinker@branda.to>
date Sun, 14 Sep 2008 18:51:16 +0800
parents 1d74eb3861b7
children 6ce68c1f7405
line wrap: on
line diff
--- a/src/shift.c	Sun Sep 14 09:42:07 2008 +0800
+++ b/src/shift.c	Sun Sep 14 18:51:16 2008 +0800
@@ -13,7 +13,7 @@
 }
 
 typedef struct _mb_shift mb_shift_t;
-/*! \brief Animation action for shift a coordination. */
+/*! \brief Animation action for relative shift a coordination. */
 struct _mb_shift {
     mb_action_t action;
 
@@ -95,5 +95,3 @@
 
     return (mb_action_t *)shift;
 }
-
-