Changeset 245d586
- Timestamp:
- Nov 17, 2013, 3:44:14 AM (11 years ago)
- Branches:
- release-1.9
- Children:
- 935eb10
- Parents:
- b70556f
- git-author:
- Jason Gross <jgross@mit.edu> (01/05/13 12:35:28)
- git-committer:
- Anders Kaseorg <andersk@mit.edu> (11/17/13 03:44:14)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zephyr.c
r83004b0 r245d586 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) … … 1024 1024 } 1025 1025 1026 g_free(subsfile); 1026 1027 g_free(line); 1027 1028 #endif
Note: See TracChangeset
for help on using the changeset viewer.