Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • keypress.c

    rd07af84 rf271129  
    1 #include <ctype.h>
    2 #include <string.h>
    31#include "owl.h"
    42
     
    129127/* OWL_META is definied in owl.h */
    130128
    131 char *owl_keypress_tostring(int j, int esc)
     129CALLER_OWN char *owl_keypress_tostring(int j, int esc)
    132130{
    133131  GString *kb;
Note: See TracChangeset for help on using the changeset viewer.