Skip to content

Commit ca509f6

Browse files
committed
gpu_cmode.lua: fix list syntax
1 parent 73805f0 commit ca509f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gpu_cmode.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ myname = "SPANK:gpu_cmode"
3131
valid_cmodes = {
3232
[0]="shared",
3333
-- [1]="exclusive thread" deprecated
34-
[2]="prohibited"
35-
[3]="exclusive",
34+
[2]="prohibited",
35+
[3]="exclusive"
3636
}
3737
-- reverse index
3838
--

0 commit comments

Comments
 (0)