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:
authorCampbell Barton <ideasman42@gmail.com>2013-09-18 04:07:17 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-09-18 04:07:17 +0400
commit0ac194687e3e872fe0f9df1fc95652c733d500af (patch)
tree8342376506268ba972c662029ee4ca680188939d /source/blender/bmesh/intern/bmesh_operators.c
parent9096b3a14e063df0fb45d2ce266ec858bf937207 (diff)
style cleanup
Diffstat (limited to 'source/blender/bmesh/intern/bmesh_operators.c')
-rw-r--r--source/blender/bmesh/intern/bmesh_operators.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bmesh/intern/bmesh_operators.c b/source/blender/bmesh/intern/bmesh_operators.c
index 9551c55959e..284ff3e759c 100644
--- a/source/blender/bmesh/intern/bmesh_operators.c
+++ b/source/blender/bmesh/intern/bmesh_operators.c
@@ -1826,7 +1826,7 @@ bool BMO_op_vinitf(BMesh *bm, BMOperator *op, const int flag, const char *_fmt,
break;
default:
fprintf(stderr,
- "%s: unrecognized bmop format char: %c, %d in '%s'\n",
+ "%s: unrecognized bmop format char: '%c', %d in '%s'\n",
__func__, *fmt, (int)(fmt - ofmt), ofmt);
break;
}