Eliminate casts that can be replaced by uses of the & operator.
[pspp-builds.git] / src / ui / gui / syntax-editor-source.c
index 214370513b7369087344f60c636f450704f3b7a7..b4a8918f5093e4beead597532b61835624c2084e 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-   Copyright (C) 2006  Free Software Foundation
+   Copyright (C) 2006, 2009  Free Software Foundation
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -124,5 +124,5 @@ create_syntax_editor_source (GtkTextBuffer *buffer,
   ses->parent.location = location;
 
 
-  return (struct getl_interface *) ses;
+  return &ses->parent;
 }