Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/editors/space_text/text_intern.h')
-rw-r--r--source/blender/editors/space_text/text_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_text/text_intern.h b/source/blender/editors/space_text/text_intern.h
index abafad4c241..e3c0e436ac4 100644
--- a/source/blender/editors/space_text/text_intern.h
+++ b/source/blender/editors/space_text/text_intern.h
@@ -82,7 +82,7 @@ void wrap_offset(const struct SpaceText *st,
int *offc);
void wrap_offset_in_line(const struct SpaceText *st,
struct ARegion *region,
- struct TextLine *linep,
+ struct TextLine *linein,
int cursin,
int *offl,
int *offc);