Skip to content

Commit

Permalink
Request to add support for Muratec MFX-2550 laser Printer/MFU
Browse files Browse the repository at this point in the history
  • Loading branch information
redah26 committed Jul 21, 2024
1 parent a8968fc commit 12cc5c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"C_Cpp.errorSquiggles": "disabled"
}

This comment has been minimized.

Copy link
@redah26

redah26 Jul 25, 2024

Author Owner

{
"C_Cpp.errorSquiggles": "disabled"
}

2 changes: 1 addition & 1 deletion backend/backend-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Include necessary headers.
*/

# include <cups/cups-private.h>

This comment has been minimized.

Copy link
@redah26

redah26 Jul 25, 2024

Author Owner

dalaet thes line only


# include <cups/snmp-private.h>
# include <cups/backend.h>
# include <cups/sidechannel.h>
Expand Down
1 change: 1 addition & 0 deletions backend/testbackend.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
* Backend test program for CUPS.
*
* Copyright © 2007-2014 by Apple Inc.
Expand Down

1 comment on commit 12cc5c4

@Heavygrass
Copy link

@Heavygrass Heavygrass commented on 12cc5c4 Aug 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this commit merged already to master?
If not, is there a way to speedup merge of this commit?
Thanks

Please sign in to comment.