Skip to content

Commit f5032f9

Browse files
committed
Updated comment.
1 parent 7f04222 commit f5032f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/types.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* To compile, run:
55
*
6-
* $ cc `pkg-config --cflags lua-5.3` -o types types.c `pkg-config --libs lua-5.3`
6+
* $ cc `pkg-config --cflags lua-5.4` -o types types.c `pkg-config --libs lua-5.4`
77
*/
88
#include <stdio.h>
99
#include <luaconf.h>

0 commit comments

Comments
 (0)