aboutsummaryrefslogtreecommitdiff
path: root/librsync/librsync_test.go
diff options
context:
space:
mode:
authorkch42 <laria@laria.me>2016-04-30 23:37:03 +0200
committerkch42 <laria@laria.me>2016-04-30 23:37:03 +0200
commit3a9208ec940a902e1c00580dc17ca422f3e4f0c3 (patch)
tree6eb94b6f3b29ad29ffa852d76d82925b8b37e93b /librsync/librsync_test.go
parent698edd704ce126e1112aba8d7e0e9fb80bacc75a (diff)
parent3275f0686a08d8e323568036f003b92b6655808c (diff)
downloadgolibrsync-3a9208ec940a902e1c00580dc17ca422f3e4f0c3.tar.gz
golibrsync-3a9208ec940a902e1c00580dc17ca422f3e4f0c3.tar.bz2
golibrsync-3a9208ec940a902e1c00580dc17ca422f3e4f0c3.zip
Merge pull request #2 from aykevl/fix-cgo-callback
Fix CGo callback
Diffstat (limited to 'librsync/librsync_test.go')
-rw-r--r--librsync/librsync_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/librsync/librsync_test.go b/librsync/librsync_test.go
index 256e344..7c6a278 100644
--- a/librsync/librsync_test.go
+++ b/librsync/librsync_test.go
@@ -59,7 +59,7 @@ func TestSignatureDeltaPatch(t *testing.T) {
}
}
- // Apply Patch
+ // Apply Patch
patchres := new(bytes.Buffer)
patcher, err := NewPatcher(deltabuf, orig)
if err != nil {