diff options
| author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-05 20:34:52 +0200 | 
|---|---|---|
| committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-05 20:34:52 +0200 | 
| commit | 64969a4e09e76a38499ee4805d984f77509b37e6 (patch) | |
| tree | 5374a7bbb6383acc4d6ff5a81cda059f255eaba9 /src | |
| parent | fixed pwd (diff) | |
| download | 42-minishell-64969a4e09e76a38499ee4805d984f77509b37e6.tar.gz 42-minishell-64969a4e09e76a38499ee4805d984f77509b37e6.tar.bz2 42-minishell-64969a4e09e76a38499ee4805d984f77509b37e6.tar.xz 42-minishell-64969a4e09e76a38499ee4805d984f77509b37e6.tar.zst 42-minishell-64969a4e09e76a38499ee4805d984f77509b37e6.zip  | |
Format fix
Diffstat (limited to '')
| -rw-r--r-- | src/b_cd.c | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -132,7 +132,7 @@ static void  uint8_t  	b_cd(char *args[], -			t_msh *msh) +		t_msh *msh)  {  	const uint64_t	argc = u_builtins_get_argc((const char**)args);  	char			*path;  | 
