diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-03-04 01:48:59 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-03-04 01:48:59 +0000 |
| commit | 050d70d9ab5db3937e412efcf13e8eafa49eebb2 (patch) | |
| tree | 49e53c8dca2ed516f348946f467cc0b918852f3a /src | |
| parent | Fix typo from when i applied patch. My mistake. Sorry! (diff) | |
| download | inkscape-050d70d9ab5db3937e412efcf13e8eafa49eebb2.tar.gz inkscape-050d70d9ab5db3937e412efcf13e8eafa49eebb2.zip | |
Another typo from the patch. sorry again.
(bzr r200)
Diffstat (limited to 'src')
| -rw-r--r-- | src/trace/potrace/potracelib.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trace/potrace/potracelib.cpp b/src/trace/potrace/potracelib.cpp index acba35fff..efd9b14d2 100644 --- a/src/trace/potrace/potracelib.cpp +++ b/src/trace/potrace/potracelib.cpp @@ -32,7 +32,7 @@ static const potrace_param_t param_default = { potrace_param_t *potrace_param_default() { potrace_param_t *p; - p = (potrace_param_t *) malloc(sizeof(potrace_param_t *)); + p = (potrace_param_t *) malloc(sizeof(potrace_param_t)); if (!p) { return NULL; } |
