- Timestamp:
- May 20, 2013, 12:21:33 PM (12 years ago)
- Branches:
- master, release-1.10
- Children:
- f7bb59f, d555aa1, 3bd3ee8
- Parents:
- 731e921
- git-author:
- Jason Gross <jgross@mit.edu> (01/05/13 12:35:28)
- git-committer:
- Jason Gross <jgross@mit.edu> (05/20/13 12:21:33)
- 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.