Changes in / [3bd3ee8:731e921]
Legend:
- Unmodified
- Added
- Removed
-
zephyr.c
r60ae736 r60e8617 29 29 #define HM_SVC_FALLBACK htons((unsigned short) 2104) 30 30 31 static CALLER_OWNchar *owl_zephyr_dotfile(const char *name, const char *input)31 static char *owl_zephyr_dotfile(const char *name, const char *input) 32 32 { 33 33 if (input != NULL) … … 1025 1025 } 1026 1026 1027 g_free(subsfile);1028 1027 g_free(line); 1029 1028 #endif
Note: See TracChangeset
for help on using the changeset viewer.