comparison src/secure_save.c @ 1055:1646720364cf

Adding a vim modeline to all files - patch by Klaus Ethgen
author nadvornik
date Tue, 07 Oct 2008 18:20:22 +0000
parents 4bfee4a63f86
children f5bea35b4316
comparison
equal deleted inserted replaced
1054:9157291b79a4 1055:1646720364cf
413 case SS_ERR_OTHER: 413 case SS_ERR_OTHER:
414 default: 414 default:
415 return _("Secure file saving error"); 415 return _("Secure file saving error");
416 } 416 }
417 } 417 }
418 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */