diff options
Diffstat (limited to 'http_handle_repo_commit.go')
-rw-r--r-- | http_handle_repo_commit.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http_handle_repo_commit.go b/http_handle_repo_commit.go index 094a862..8f2204e 100644 --- a/http_handle_repo_commit.go +++ b/http_handle_repo_commit.go @@ -103,7 +103,7 @@ var fake_diff_file_null = fake_diff_file{ path: "", } -func make_usable_file_patches(patch diff.Patch) (usable_file_patches []usable_file_patch) { +func make_usable_file_patches(patch diff.Patch) (usable_file_patches []usable_file_patch_t) { // TODO: Remove unnecessary context // TODO: Prepend "+"/"-"/" " instead of solely distinguishing based on color |