mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
remove stray semicolon
This commit is contained in:
parent
6484b373c3
commit
bba85343e7
1 changed files with 1 additions and 1 deletions
|
|
@ -53,6 +53,6 @@ extern void
|
|||
intel_draw_buffer(GLcontext *ctx, struct gl_framebuffer *fb);
|
||||
|
||||
extern void
|
||||
intelInitBufferFuncs(struct dd_function_table *functions);;
|
||||
intelInitBufferFuncs(struct dd_function_table *functions);
|
||||
|
||||
#endif /* INTEL_BUFFERS_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue