Updated a comment

This commit is contained in:
Pierre Pronchery 2012-09-23 01:55:17 +00:00
parent bf49e69112
commit 267522f84b

View File

@ -1,5 +1,5 @@
/* $Id$ */ /* $Id$ */
/* Copyright (c) 2008 Pierre Pronchery <khorben@defora.org> */ /* Copyright (c) 2008-2012 Pierre Pronchery <khorben@defora.org> */
/* This file is part of DeforaOS System libSystem */ /* This file is part of DeforaOS System libSystem */
/* This program is free software: you can redistribute it and/or modify /* 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 * it under the terms of the GNU General Public License as published by
@ -19,7 +19,7 @@
# define LIBSYSTEM_PLUGIN_H # define LIBSYSTEM_PLUGIN_H
/* Object */ /* Plugin */
typedef void Plugin; typedef void Plugin;