add a missing @ to a comment

This commit is contained in:
Mitchell Livingston 2012-09-18 03:46:01 +00:00
parent 40e75b20ed
commit 8e5a62ed40
1 changed files with 1 additions and 1 deletions

View File

@ -1321,7 +1321,7 @@ useAltSpeed( tr_session * s, struct tr_turtle_info * t,
}
/**
* return whether turtle should be on/off according to the scheduler
* @return whether turtle should be on/off according to the scheduler
*/
static bool
getInTurtleTime( const struct tr_turtle_info * t )