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:
authorJoshua Leung <aligorith@gmail.com>2009-05-09 13:18:54 +0400
committerJoshua Leung <aligorith@gmail.com>2009-05-09 13:18:54 +0400
commit9e5bd4bb9807f2e37658a6ddca440eecf16bbba9 (patch)
treee90e1ad53b7bbc82b32dcd33a022b355ca06127e /source/blender/editors/space_graph/graph_select.c
parent029c27b0bed239cfc9b27b6ef92bcd3d87bcfd1b (diff)
2.5 - Warning fix in own code
Diffstat (limited to 'source/blender/editors/space_graph/graph_select.c')
-rw-r--r--source/blender/editors/space_graph/graph_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_graph/graph_select.c b/source/blender/editors/space_graph/graph_select.c
index 3a99c9498ac..27009ab56a4 100644
--- a/source/blender/editors/space_graph/graph_select.c
+++ b/source/blender/editors/space_graph/graph_select.c
@@ -430,7 +430,7 @@ static void columnselect_graph_keys (bAnimContext *ac, short mode)
break;
case GRAPHKEYS_COLUMNSEL_MARKERS_COLUMN: /* list of selected markers */
- ED_markers_make_cfra_list(&ac->markers, &bed.list, 1);
+ ED_markers_make_cfra_list(ac->markers, &bed.list, 1);
break;
default: /* invalid option */