[BACK]Return to cmd.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd.c between version 1.68 and 1.69

version 1.68, 2012/07/10 11:53:01 version 1.69, 2012/07/11 07:10:15
Line 280 
Line 280 
         return (NULL);          return (NULL);
 }  }
   
 int  enum cmd_retval
 cmd_exec(struct cmd *cmd, struct cmd_ctx *ctx)  cmd_exec(struct cmd *cmd, struct cmd_ctx *ctx)
 {  {
         return (cmd->entry->exec(cmd, ctx));          return (cmd->entry->exec(cmd, ctx));

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69