We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cad1215 + 90da135 commit 0086899Copy full SHA for 0086899
unixpwd/c/unixpwd_stubs.c
@@ -28,7 +28,7 @@ CAMLprim value
28
caml_unixpwd_getpwd(value caml_user)
29
{
30
CAMLparam1(caml_user);
31
- const char *user;
+ const char *user;
32
char *passwd;
33
CAMLlocal1(pw);
34
@@ -48,7 +48,7 @@ CAMLprim value
48
caml_unixpwd_getspw(value caml_user)
49
50
51
52
53
54
@@ -70,7 +70,7 @@ CAMLprim value
70
caml_unixpwd_get(value caml_user)
71
72
73
74
75
76
0 commit comments