Skip to content

Commit

Permalink
Corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
antenore committed Feb 18, 2015
1 parent 4124eb9 commit 85885d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions remmina/src/remmina_file_editor.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
*
*/

#ifndef __REMMINAFILEEDIOR_H__
#define __REMMINAFILEEDIOR_H__
#ifndef __REMMINAFILEEDITOR_H__
#define __REMMINAFILEEDITOR_H__

G_BEGIN_DECLS

Expand Down Expand Up @@ -73,5 +73,5 @@ GtkWidget* remmina_file_editor_new_from_filename(const gchar* filename);

G_END_DECLS

#endif /* __REMMINAFILEEDIOR_H__ */
#endif /* __REMMINAFILEEDITOR_H__ */

0 comments on commit 85885d3

Please sign in to comment.