80 char fix

This commit is contained in:
Robert Bragg 2009-03-06 03:29:35 +00:00
parent 20a2f76e1f
commit 61b867442b

View File

@ -215,7 +215,8 @@ _cogl_current_matrix_ortho (float left,
GE (glOrtho (left, right, bottom, top, near_val, far_val));
#else
/* Nobody is using glOrtho right now anyway, so not bothering */
g_warning ("%s not implemented, need to code cogl_matrix_ortho() if you need this function",
g_warning ("%s not implemented, need to code cogl_matrix_ortho() if you need"
" this function",
G_STRFUNC);
#endif
}