Changeset 39457 for trunk/Ohana/src/opihi/cmd.basic/continue.c
- Timestamp:
- Mar 11, 2016, 10:23:42 PM (10 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/cmd.basic/continue.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ohana.20160226 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/opihi/cmd.basic/continue.c
r10846 r39457 2 2 3 3 int exec_next (int argc, char **argv) { 4 OHANA_UNUSED_PARAM(argc); 5 OHANA_UNUSED_PARAM(argv); 6 4 7 loop_next = TRUE; 5 8 return (TRUE); … … 7 10 8 11 int exec_last (int argc, char **argv) { 12 OHANA_UNUSED_PARAM(argc); 13 OHANA_UNUSED_PARAM(argv); 14 9 15 loop_last = TRUE; 10 16 return (TRUE);
Note:
See TracChangeset
for help on using the changeset viewer.
