Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f51cc99

Browse files
committed
Missing slash at end of type
1 parent 20e3177 commit f51cc99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/core/types/ut_stack.tps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ create or replace type ut_stack as object (
2323
member procedure pop(self in out nocopy ut_stack,a_cnt in integer default 1),
2424
member function pop(self in out nocopy ut_stack) return varchar2
2525
)
26-
26+
/

0 commit comments

Comments
 (0)