Changeset 3689 for trunk/Ohana/src/opihi/lib.shell/variable.c
- Timestamp:
- Apr 8, 2005, 10:08:50 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/variable.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/variable.c
r3414 r3689 121 121 } 122 122 } 123 return ( (char *)NULL);123 return (NULL); 124 124 } 125 125 … … 148 148 } 149 149 } 150 return ( (char *)NULL);150 return (NULL); 151 151 } 152 152 … … 168 168 } 169 169 free (local); 170 return ( (char *)NULL);170 return (NULL); 171 171 } 172 172
Note:
See TracChangeset
for help on using the changeset viewer.
