Changeset 1262 for trunk/lang/octave/rpLibElement.cc
- Timestamp:
- Dec 20, 2008, 11:29:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lang/octave/rpLibElement.cc
r1085 r1262 72 72 } 73 73 else { 74 print_usage(who.c_str());74 _PRINT_USAGE (who.c_str()); 75 75 } 76 76 } 77 77 else { 78 print_usage(who.c_str());78 _PRINT_USAGE (who.c_str()); 79 79 } 80 80 } 81 81 else { 82 print_usage(who.c_str());82 _PRINT_USAGE (who.c_str()); 83 83 } 84 84
Note: See TracChangeset
for help on using the changeset viewer.