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

Diff for /src/usr.bin/tmux/cmd-list-keys.c between version 1.24 and 1.25

version 1.24, 2014/10/20 22:44:30 version 1.25, 2014/10/20 23:27:14
Line 165 
Line 165 
 cmd_list_keys_commands(unused struct cmd *self, struct cmd_q *cmdq)  cmd_list_keys_commands(unused struct cmd *self, struct cmd_q *cmdq)
 {  {
         const struct cmd_entry  **entryp;          const struct cmd_entry  **entryp;
         struct cmd_entry         *entry;          const struct cmd_entry   *entry;
   
         for (entryp = cmd_table; *entryp != NULL; entryp++) {          for (entryp = cmd_table; *entryp != NULL; entryp++) {
                 entry = *entryp;                  entry = *entryp;

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25