Changeset 3bd3ee8
- Timestamp:
- May 20, 2013, 12:55:06 PM (10 years ago)
- Parents:
- 731e921 (diff), 60ae736 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zephyr.c
r60e8617 r60ae736 29 29 #define HM_SVC_FALLBACK htons((unsigned short) 2104) 30 30 31 static char *owl_zephyr_dotfile(const char *name, const char *input)31 static CALLER_OWN 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); 1027 1028 g_free(line); 1028 1029 #endif
Note: See TracChangeset
for help on using the changeset viewer.