Skip to content

Commit cb40b68

Browse files
committed
syntax fix
1 parent 0e71ba9 commit cb40b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcc/fortran/intrinsic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ add_functions (void)
12461246
*num = "number", *tm = "time", *nm = "name", *md = "mode",
12471247
*vl = "values", *p1 = "path1", *p2 = "path2", *com = "command",
12481248
*ca = "coarray", *sub = "sub", *dist = "distance", *failed="failed",
1249-
*c_ptr_1 = "c_ptr_1", *c_ptr_2 = "c_ptr_2", *back = "back";
1249+
*c_ptr_1 = "c_ptr_1", *c_ptr_2 = "c_ptr_2", *back = "back",
12501250
*team = "team", *image = "image", *level = "level";
12511251

12521252
int di, dr, dd, dl, dc, dz, ii;

0 commit comments

Comments
 (0)