1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

fix "dubious escape" warning of Studio compiler

This commit is contained in:
Björn Jacke 2009-03-08 15:36:41 +01:00 committed by Volker Lendecke
parent 5ff4cb580f
commit c3691b839c

View File

@ -214,7 +214,7 @@ static bool torture_smbconf_txt(void)
printf("TEST: init\n");
werr = smbconf_init_txt(mem_ctx, &conf_ctx, filename);
if (!W_ERROR_IS_OK(werr)) {
printf("FAIL: text backend\[ failed: %s\n", win_errstr(werr));
printf("FAIL: text backend failed: %s\n", win_errstr(werr));
ret = false;
goto done;
}