From 422494a8e630e2ca89386344eaa5346388698a32 Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Sat, 3 Dec 2011 20:45:04 -0800 Subject: vfs: Make function pointer names consistent. They all end in _fn Autobuild-User: Richard Sharpe Autobuild-Date: Mon Dec 12 04:58:40 CET 2011 on sn-devel-104 --- examples/VFS/shadow_copy_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/VFS/shadow_copy_test.c') diff --git a/examples/VFS/shadow_copy_test.c b/examples/VFS/shadow_copy_test.c index a47d2ee19b..0efceb4234 100644 --- a/examples/VFS/shadow_copy_test.c +++ b/examples/VFS/shadow_copy_test.c @@ -81,7 +81,7 @@ static int test_get_shadow_copy_data(vfs_handle_struct *handle, /* VFS operations structure */ static struct vfs_fn_pointers vfs_test_shadow_copy_fns = { - .get_shadow_copy_data = test_get_shadow_copy_data + .get_shadow_copy_data_fn = test_get_shadow_copy_data }; NTSTATUS vfs_shadow_copy_test_init(void) -- cgit